Master-Detail Grids
Premium

Updated on Aug 14, 2026

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

The following example demonstrates a master-detail Grid where expanding a row reveals a child Grid filtered to show only the records related to that parent item.

Loading ...

Editable Master-Detail Grid

The KendoReact 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:

Loading ...