New to Kendo UI for AngularStart a free 30-day trial

Sets options for the Grid's grouping feature.

Definition

Package:@progress/kendo-angular-grid

Properties

Sets the visualization mode for grouped data. When not set, the Grid uses the 'default' mode.

Default:

'default'

Represents the text shown when the grouping area is empty. The default is Drag a column header and drop it here to group by that column.

enabled?

boolean

If true, lets users group by dragging and dropping column headers. If set to true, users can group the Grid by dragging column headers. Grouping is off by default.

Allows customizing the synthesized group columns. Applicable when displayMode is 'singleColumn' or 'multipleColumns'.

Utilizing the callback approach enables you to customize each column individually in 'multipleColumns' mode. Providing a GroupColumnSettings configuration object applies the settings for all group columns.

Initially hides the data column for each field the Grid is grouped by.

Default:

false

When true, shows the group footer template when the group is collapsed.

When true, keeps the group footer row pinned at the bottom of the scroll container while its group's data rows are visible.

Default:

false

When true, keeps the group header row pinned at the top of the scroll container while its group's data rows are visible.

Default:

false