New to KendoReact? Learn about KendoReact Free.
GridGroupableSettings
Updated on Mar 13, 2026
The settings for grouping the data of the Grid (see example).
| Name | Type | Default | Description |
|---|---|---|---|
enabled? |
|
Determines if grouping by dragging and dropping the column headers is allowed and if the group header is visible. | |
expandable? |
|
The group expandable settings. | |
footer? |
|
Determines if the group footer row is visible when the group is collapsed. Defaults to | |
stickyFooters? |
|
|
When enabled, the group footer row sticks to the bottom of the scrollable area
so that it remains visible while scrolling through group data rows.
Requires the jsx
|
stickyHeaders? |
|
|
When enabled, the group header row sticks to the top of the scrollable area so that it remains visible while scrolling through group data rows. jsx
|