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

ColumnMenuItemDirective

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

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>

Selector

[kendoGridColumnMenuItem]

Inputs

NameTypeDefaultDescription

kendoGridColumnMenuItem

any

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

Fields

NameTypeDefaultDescription

firstFocusableElement

HTMLElement

Holds the first focusable element.

lastFocusableElement

HTMLElement

Holds the last focusable element.

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