ColumnMenuSettings
The settings of the column menu in the TreeList component.
<kendo-treelist ...
[columnMenu]="{ columnChooser: false }">
...
</kendo-treelist>
Name | Type | Default | Description |
---|---|---|---|
autoSizeAllColumns? |
|
Adjusts the width of all columns to fit their entire content, including headers, without wrapping. | |
autoSizeColumn? |
|
Applies the minimum possible width for the specified column, so that the whole text fits without wrapping. | |
columnChooser? |
|
Specifies if the item for column selection will be displayed in the column menu. | |
filter? |
|
Specifies if the columns can be filtered in the column menu.
If filtering is enabled, defaults to | |
lock? |
|
Specifies if the columns can be locked and unlocked from the column menu. This option follows the prerequisites and limitations of the locked columns. | |
sort? |
|
Specifies if the columns can be sorted in the column menu.
If sorting is enabled, defaults to |