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

ColumnMenuSortComponent

Represents the column-menu item for sorting TreeList columns.

Render this component inside a ColumnMenuTemplate directive.

To register the component as a known column menu item, set the ColumnMenuService that the template passes to the service input of the kendo-treelist-columnmenu-sort component.

html
<kendo-treelist ...>
  <kendo-treelist-column field="ProductName">
    <ng-template kendoTreeListColumnMenuTemplate>
      <kendo-treelist-columnmenu-sort></kendo-treelist-columnmenu-sort>
    </ng-template>
  </kendo-treelist-column>
</kendo-treelist>

Selector

kendo-treelist-columnmenu-sort

Inputs

NameTypeDefaultDescription

service

ColumnMenuService

Represents the ColumnMenuService instance. Requires a mandatory input.

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