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

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.

Specifies if the column menu is shown for the column.

Default:

true

lockable?

boolean

Specifies if the column can be locked or unlocked from the column menu or by reordering.

Default:

true

locked?

boolean

Toggles the locked (frozen) state of the column.

Default:

false

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.

Sets the minimum width (in pixels) for resizing the column by using the UI. The autoFitColumn and autoFitColumns methods have higher priority.

Default:

10

Specifies if the column is reorderable.

Default:

true

resizable?

boolean

Specifies if the column is resizable.

Default:

true

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.

Default:

10

stickable?

boolean

Specifies if the column can be stuck or unstuck from the column menu.

Default:

true

sticky?

boolean

Specifies if the column is always visible when scrolling the Grid horizontally.

Default:

false

title?

string

The title of the column.

width?

number

The width of the column in pixels.