GroupableSettings
Interface
Sets options for the Grid's grouping feature.
Definition
Package:@progress/kendo-angular-grid
Properties
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.
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.
Default:
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.
Default:
false