GroupableSettings
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'
emptyText?
string
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.
hideGroupedColumns?
boolean
Initially hides the data column for each field the Grid is grouped by.
false
showFooter?
boolean
When true, shows the group footer template when the group is collapsed.
stickyFooters?
boolean
When true, keeps the group footer row pinned at the bottom of the scroll
container while its group's data rows are visible.
false
stickyHeaders?
boolean
When true, keeps the group header row pinned at the top of the scroll
container while its group's data rows are visible.
false