Customizing the Hierarchy Cells
Premium

The cells hierarchy property provides the option to customize group header, group footer, and data cells of the detail component.

ninja-iconThe Cells customization feature of the 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

In the following example, custom cells are rendered for both standard groupings and hierarchical data within the Grid. The group header and group footer use MyHeaderCustomCell and MyFooterCustomCell, respectively, for grouped columns. Additionally, hierarchical data utilizes HierarchyMyHeaderCustomCell for group header, HierarchyMyDataCustomCell for data, and HierarchyMyFooterCustomCell for group footer.

Change Theme
Theme
Loading ...

KendoReact Data Grid Custom Cells APIs