Row Details Template
The Row Details template is defined through the RowDetailsTemplate property of the RadGridView.
To learn how to manage the displaying of the Row Details, read this topic.
Basic RowDetails Template
Example 1 shows a basic row details template. You can observe the result in Figure 1.
The next examples use the Team, Division and DivisionService classes defined in Examples 1, 2 and 3 in the following article. The setting of the ItemsSource in Examples 1 and 2 is shown in Example 3.
Example 1: Basic RowDetails Template
Figure 1: Displays the result of the applied Basic RowDetails Template.
Complex RowDetails Template
Example 2 shows a complex row details template, which contains another RadGridView. You can observe the result in Figure 2.
Example 2: Definition of Complex RowDetails Template
You should specify fixed dimensions for the RadGridView in the RowDetailsTemplate (Height/MaxHeight and Width/MaxWidth). Otherwise the UI Virtualization mechanism will be disabled.
Figure 2: Displays the result of the applied Complex RowDetails Template.