New to KendoReact? Start a free 30-day trial
Render Custom Content inside the Grid Group Header
Updated on Jun 8, 2026
Environment
| Product Version | 5.16.1 |
| Product | Progress® KendoReact Grid |
Description
I want to customize the content of the Grid group header.
Solution
In order to achieve this, it is currently recommended to use the 'groupHeader` property.
Loading ...
This can also be achieved using the Grid cellRender property
- Use the
cellRenderprop. - Return a modified
tdelement with the desired icon or other custom elements for the specific header.
The following example demonstrates how to modify the groupHeader of the Grid.
Loading ...