Row Details

Each RadTreeListView row is capable of presenting additional information by means of a Row Details. The Row Details is a DataTemplate defined on the grid- or row-level and is used for displaying data without affecting the dimensions of the row and the cells within it.

One of the advantages of using a Row Details template is that it can be displayed for the selected row only, thus providing a more compact layout. This is done by setting the RowDetailsVisibilityMode property.

Another benefit of the Row Details is the option of placing the Details Presenter outside the RadGridView, which provides more room for traditional rows without depriving the user of the additional information.


The row and the row details share the same data context, so you are free to bind the elements in your template to any of the properties of the data item.

As the Row Details feature is inherited from the RadGridView, you can find more detailed information and examples in its documentation.

See Also

In this article