Detail Rows
The detail rows of the Grid enable you to provide additional details about a particular row of table data through expanding or collapsing its content.
To define the detail rows, set the detail
property of the Grid to a custom class which is inherited from GridDetailRow
, and define the expandField
property to a field that will correspond to the expanded state of the item.