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

ColumnMenuChooserComponent

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.

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>

Selector

kendo-treelist-columnmenu-chooser

Inputs

NameTypeDefaultDescription

expanded

boolean

false

Specifies if the content is expanded.

service

ColumnMenuService

Represents the ColumnMenuService instance. Requires a mandatory input.

Events

NameTypeDescription

collapse

EventEmitter<any>

Fires when the content collapses.

expand

EventEmitter<any>

Fires when the content expands.

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