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

Represents the column-menu item for sorting Grid columns.

Provides sorting options (ascending and descending) for a specific column in the Grid. Place this component inside a ColumnMenuTemplate directive and pass the ColumnMenuService to the service input of the kendo-grid-columnmenu-sort component.

Definition

Package:@progress/kendo-angular-grid

Selector:kendo-grid-columnmenu-sort

Syntax:

html
<kendo-grid [kendoGridBinding]="data" [sortable]="true" [columnMenu]="true">
  <ng-template kendoGridColumnMenuTemplate let-service="service">
    <kendo-grid-columnmenu-sort [service]="service"></kendo-grid-columnmenu-sort>
  </ng-template>
</kendo-grid>

Inputs

Represents the ColumnMenuService class. This input is required.

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