New to Kendo UI for Angular? Start a free 30-day trial
TaskDragEvent
The event data of the Gantt TaskDragEvent
. The event is triggered when the end user resizes or moves a Task.
Name | Type | Default | Description |
---|---|---|---|
completionRatio |
|
The calculated new completion ratio. | |
dragEvent |
|
The drag event, triggered from the end user dragging action. | |
end |
|
The calculated new end date of the task. | |
item |
|
The item object, associated with the dragged event. Contains the original data item, and its parent, allowing to access and update all affected ancestor tasks in the data hierarchy as necessary. | |
start |
|
The calculated new start date of the task. |