Master-Detail Grids
Premium

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.

ninja-iconThe Hierarchy Grid is part of KendoReact premium, an enterprise-grade UI library with 120+ free and premium components for building polished, performant apps. Test-drive all features with a free 30-day trial.Start Free Trial

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 ...