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

ColumnChooserComponent

Represents the Kendo UI for Angular TreeList column chooser component. Use this component to let users show or hide columns in the TreeList. To display the column chooser outside the Column Menu, add it inside the ToolbarTemplate directive.

html
<kendo-treelist ...>
  <ng-template kendoTreeListColumnMenuTemplate>
    <kendo-treelist-column-chooser></kendo-treelist-column-chooser>
  </ng-template>
</kendo-treelist>

Selector

kendo-treelist-column-chooser

Inputs

NameTypeDefaultDescription

allowHideAll

boolean

true

Specifies if all columns can be hidden.

autoSync

boolean

false

Specifies if changes in column visibility are applied immediately.

In this article
SelectorInputs
Not finding the help you need?
Contact Support