New to KendoReactLearn about KendoReact Free.

GridGroupableSettings

Updated on Mar 13, 2026

The settings for grouping the data of the Grid (see example).

NameTypeDefaultDescription

enabled?

boolean

Determines if grouping by dragging and dropping the column headers is allowed and if the group header is visible.

expandable?

boolean | GridGroupExpandableSettings

The group expandable settings.

"none" | "visible" | "always"

Determines if the group footer row is visible when the group is collapsed. Defaults to none.

stickyFooters?

boolean

false

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 footer property to be set to 'always' or 'visible'.

jsx
<Grid groupable={{ stickyFooters: true, footer: 'always' }} />

stickyHeaders?

boolean

false

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
<Grid groupable={{ stickyHeaders: true }} />
Not finding the help you need?
Contact Support