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

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.

Definition

Package:@progress/kendo-angular-treelist

Selector:kendo-treelist-column-chooser

Syntax:

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

Inputs

Specifies if all columns can be hidden.

Default:

true

autoSync

boolean

Specifies if changes in column visibility are applied immediately.

Default:

false

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