Customizing the Group Header, Group Footer, Header, Footer, Filter, and Data Cells
Premium

The following properties allow you to customize the group header and footer as well as the header, footer, filter, and data cells:

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 various GridColumn elements to provide customized styling and behavior. The header cell uses HeaderCustomCell, the filter cell is represented by MyFilterCustomCell, and footer Cell is handled by TotalFooterCustomCell. Additionally, grouped columns utilize MyHeaderCustomCell for group header and MyFooterCustomCell for group footer. The data cells are customized with MyDataCustomCell.

Change Theme
Theme
Loading ...

KendoReact Data Grid Custom Cells APIs