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

Configures the column menu in the TreeList component.

Definition

Package:@progress/kendo-angular-treelist

Syntax:

html
<kendo-treelist ...
  [columnMenu]="{ columnChooser: false }">
  ...
</kendo-treelist>

Properties

Adjusts the width of all columns to fit their entire content, including headers, without wrapping.

Applies the minimum possible width for the specified column, so the whole text fits without wrapping.

Specifies if the item for column selection appears in the column menu.

Specifies if the columns can be filtered in the column menu. If filtering is enabled, the default value is 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.

sort?

boolean

Specifies if the columns can be sorted in the column menu. If sorting is enabled, the default value is true.