New to Kendo UI for Angular? Start a free 30-day trial

ColumnMenuSettings

The settings of the column menu in the TreeList component.

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

columnChooser?

boolean

Specifies if the item for column selection will be displayed in the column menu.

filter?

boolean

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.

sort?

boolean

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

In this article

Not finding the help you need?