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

ColumnChooserComponent

Represents the component for selecting columns in the TreeList. To enable the user to show or hide columns, add the component inside a ToolbarTemplate directive.

html
<kendo-treelist ...>
  <ng-template kendoTreeListToolbarTemplate>
    <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 the changes in the visibility of the column will be immediately applied.

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