New to KendoReactStart a free 30-day trial

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

Definition

Package:@progress/kendo-react-grid

Properties

enabled?

boolean

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

The group expandable settings.

"none" | "visible" | "always"

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

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'.

Default:

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.

Default:

false