Hierarchy
The Grid provides options for visualizing the relations between parent and child records by displaying its table data in a hierarchical manner.
To implement hierarchy in the Grid, wire its detailInit
event and filter the records in the child table based on the parent key field value. For a runnable example, refer to the demo on using hierarchy in the Grid.