New to Kendo UI for Angular? Start a free 30-day trial

TaskClickEvent

Triggered every time a task is clicked.

NameTypeDefaultDescription

dataItem

any

The data item associated with the clicked task.

index

number

The order index of the clicked task, defined by the number of rendered tasks in the Timeline.

originalEvent

KeyboardEvent | PointerEvent

The DOM event that triggered the taskClick event.

sender

GanttComponent

The Gantt component instance.

type

"click" | "contextmenu" | "dblclick"

The type of the event that triggered the taskClick event.

In this article

Not finding the help you need?