New to KendoReact? Start a free 30-day trial
Master-Detail Grids
The KendoReact Data Grid provides options for visualizing the relations between its parent and child records by displaying the table data in a hierarchical order.
Master-Detail
To apply a hierarchical order to the desired records, use the detail
property of the master Grid. The feature allows you to load the detail component which contains the corresponding child Grid records that are filtered by the parent key field value.
Change Theme
Theme
Loading ...
Editable Master-Detail Grid
The KendoReact Data Grid enables you to update and delete data records inline for the detail Grid. The following example demonstrates how to implement inline editing for the detail component:
Change Theme
Theme
Loading ...