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

Represents the Gantt task drag directive.

Use this directive to enable dragging of tasks in the Gantt. The directive listens and emits events with information about the dragged task.

Definition

Package:@progress/kendo-angular-gantt

Selector:[kendoGanttTaskDrag]

Syntax:

html
<kendo-gantt [data]="tasks" kendoGanttTaskDrag (taskDrag)="onTaskDrag($event)" (taskDragEnd)="onTaskDragEnd($event)">
</kendo-gantt>

Events

Emits while the user resizes or moves a task by dragging.

Fires when the user finishes dragging to resize or move a task. The event data gives you all information needed to update the task and related tasks.

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