Custom Header, Footer, Filter, and Group CellsPremium
Updated on Aug 14, 2026
The KendoReact Grid lets you replace the cells in the header row, filter row, footer row, and group header and footer rows with custom cell components. Column header cells render as <th> elements and carry ARIA attributes for sorting and keyboard navigation. Filter, footer, and group cells render as <td> elements and use a separate set of attribute props.
You can replace any of these cell types by providing a custom cell component through the cells prop on Grid or GridColumn. The available cell types are:
headerCell—the column title cell in the header row.filterCell—the cell in the filter row below the header.footerCell—the cell in the optional footer row at the bottom.groupHeader—the cell that labels each group row when grouping is enabled.groupFooter