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

Represents the column menu component of the TreeList. Use this component to display and manage column menu options for a TreeList column.

Definition

Package:@progress/kendo-angular-treelist

Selector:kendo-treelist-column-menu

Syntax:

html
<kendo-treelist ...>
  <kendo-treelist-column field="ProductName">
    <ng-template kendoTreeListColumnMenuTemplate let-service="service" let-column="column">
      <kendo-treelist-column-menu [column]="column"></kendo-treelist-column-menu>
    </ng-template>
  </kendo-treelist-column>
</kendo-treelist>

Inputs

The TreeList column instance to control with the menu.

The descriptor by which the data is filtered. Typically bound to the same value as TreeListComponent.filter.

The settings for the Column Menu.

Default:

{}

sort

any

The descriptors by which the data is sorted. Typically bound to the same value as TreeListComponent.sort.

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