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

Represents a directive that manages keyboard navigation for a column menu item (see example).

Definition

Package:@progress/kendo-angular-grid

Selector:[kendoGridColumnMenuItem]

Syntax:

html
<ng-template kendoGridColumnMenuTemplate let-service="service" let-column="column">
  <kendo-grid-columnmenu-sort #sortItem [kendoGridColumnMenuItem]="sortItem" [service]="service"></kendo-grid-columnmenu-sort>
</ng-template>

Inputs

Reference to the Grid column menu item. Required when you want to include the item in the built-in keyboard navigation.

Fields

Holds the first focusable element.

Holds the last focusable element.