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

Represents the Kendo UI for Angular TreeList column-menu item for chaging the visibility of the columns. See example.

Place this component inside a ColumnMenuTemplate directive to enable the feature. Set the ColumnMenuService and column inputs using the values passed by the template.

Definition

Package:@progress/kendo-angular-treelist

Selector:kendo-treelist-columnmenu-chooser

Syntax:

html
<kendo-treelist [columnMenu]="true" ...>
  <ng-template kendoTreeListColumnMenuTemplate let-service="service" let-column="column">
    <kendo-treelist-columnmenu-chooser [column]="column" [service]="service">
    </kendo-treelist-columnmenu-chooser>
  </ng-template>
</kendo-treelist>

Inputs

expanded

boolean

Specifies if the content is expanded.

Default:

false

Represents the ColumnMenuService instance. Requires a mandatory input.

Events

Fires when the content collapses.

Fires when the content expands.

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