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

Represents the column-menu item for selecting columns in the Grid. See example.

Place this component inside a ColumnMenuTemplate directive. To register it as a column menu item, set the ColumnMenuService passed by the template to the service input of the kendo-grid-columnmenu-chooser component. See example.

Definition

Package:@progress/kendo-angular-grid

Selector:kendo-grid-columnmenu-chooser

Syntax:

html
<kendo-grid [columnMenu]="true" ...>
  <ng-template kendoGridColumnMenuTemplate let-service="service">
    <kendo-grid-columnmenu-chooser [service]="service"> </kendo-grid-columnmenu-chooser>
  </ng-template>
</kendo-grid>

Inputs

expanded

boolean

Specifies if the content is expanded.

Default:

false

Represents the ColumnMenuService class. This input is required.

Events

Fires when the content collapses.

Fires when the content expands.

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