ColumnMenuSettings
Represents the settings for the column menu in the Grid component.
Use this interface to configure the column menu options.
Definition
Package:@progress/kendo-angular-grid
Syntax:
<kendo-grid [columnMenu]="{ lock: true, filter: false }">
</kendo-grid>
Properties
autoSizeAllColumns?
boolean
Adjusts the width of all columns to fit their entire content, including headers, without wrapping.
autoSizeColumn?
boolean
Applies the minimum possible width for the specified column, so that the whole text fits without wrapping.
columnChooser?
boolean | ExpandableColumnMenuItem
Specifies if the item for column selection appears in the column menu.
filter?
boolean | ExpandableColumnMenuItem
Specifies if the columns can be filtered in the column menu.
If filtering is enabled, defaults to true.
lock?
boolean
Specifies if the columns can be locked and unlocked from the column menu. This option follows the prerequisites and limitations of the locked columns.
Specifies whether the stick and lock items appear in an expandable sub-menu or as standalone root-level menu items.
sort?
boolean
Specifies if the columns can be sorted in the column menu.
If sorting is enabled, defaults to true.
stick?
boolean
Specifies if the columns can be stuck and unstuck from the column menu. This option follows the prerequisites and limitations of the sticky columns.
view?
"list" | "tabbed"
Specifies the interface of the column menu content.