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

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.

Definition

Package:@progress/kendo-angular-gantt

Selector:[kendoGanttColumnMenuTemplate]

Syntax:

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>
In this article
Definition
Not finding the help you need?
Contact Support