GroupColumnSettings
Sets options for the Grid's synthesized group columns.
Has effect when displayMode is 'singleColumn' or 'multipleColumns'.
Definition
Package:@progress/kendo-angular-grid
Properties
autoSize?
boolean
Specifies if the column is automatically resized during initialization to fit its header and row content.
columnMenu?
boolean
Specifies if the column menu is shown for the column.
true
lockable?
boolean
Specifies if the column can be locked or unlocked from the column menu or by reordering.
true
locked?
boolean
Toggles the locked (frozen) state of the column.
false
maxResizableWidth?
number
Sets the maximum width (in pixels) for resizing the column by using the UI.
By default, the maximum width is not restricted.
The autoFitColumn and autoFitColumns methods have higher priority.
minResizableWidth?
number
Sets the minimum width (in pixels) for resizing the column by using the UI.
The autoFitColumn and autoFitColumns methods have higher priority.
10
reorderable?
boolean
Specifies if the column is reorderable.
true
resizable?
boolean
Specifies if the column is resizable.
true
resizeStep?
number
Sets the distance in pixels by which the column width is adjusted during keyboard navigation resizing.
Used when resizing columns with Alt/Option + Left/Right Arrow keyboard shortcuts.
10
stickable?
boolean
Specifies if the column can be stuck or unstuck from the column menu.
true
sticky?
boolean
Specifies if the column is always visible when scrolling the Grid horizontally.
false
title?
string
The title of the column.
width?
number
The width of the column in pixels.