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

Represents a column chooser toolbar tool of the Grid. Use this directive on any kendo-toolbar-button inside a ToolbarComponent in the Grid.

Definition

Package:@progress/kendo-angular-grid

Selector:[kendoGridColumnChooserTool]

Syntax:

html
<kendo-grid>
     <kendo-toolbar>
        <kendo-toolbar-button kendoGridColumnChooserTool></kendo-toolbar-button>
     </kendo-toolbar>
</kendo-grid>

Inputs

When true, enables the hiding of all columns.

Default:

true

autoSync

boolean

When true, changes to column visibility apply immediately.

Default:

false

filterable

boolean

When true, enables the columns' filtering.

Default:

true

When true, displays a select all checkbox.

Default:

true