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

ColumnChooserToolbarDirective

Represents the column-chooser toolbar tool of the Grid. You can apply this directive to any kendo-toolbar-button element inside a ToolbarComponent used in the Grid.

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

Selector

[kendoGridColumnChooserTool]

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