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

Represents a template for the content of the ContextMenu. To define a template, nest an <ng-template> tag with the kendoContextMenuTemplate directive inside a <kendo-contextmenu> component (more information and examples).

Change Theme
Theme
Loading ...

Definition

Package:@progress/kendo-angular-menu

Selector:[kendoContextMenuTemplate]

Syntax:

html
<kendo-contextmenu>
  <ng-template kendoContextMenuTemplate let-item="item">
    <span>{{ item.text }}</span>
  </ng-template>
</kendo-contextmenu>
In this article
Definition
Not finding the help you need?
Contact Support