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

ColumnMenuTemplateDirective

Customizes the column menu content in the Gantt. Place an <ng-template> tag with the kendoGanttColumnMenuTemplate directive inside a <kendo-gantt-column> component to define the template.

The template context provides the following fields:

  • service—The ColumnMenuService instance.
  • column—The Gantt column instance.
html
<kendo-gantt-column>
  <ng-template kendoGanttColumnMenuTemplate let-service="service" let-column="column">
    <button (click)="service.close()">Close Menu</button>
  </ng-template>
</kendo-gantt-column>

Selector

[kendoGanttColumnMenuTemplate]

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