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

CellClickEvent

Triggered every time a cell is clicked.

NameTypeDefaultDescription

column

GanttColumnComponent | GanttSpanColumnComponent

The column component associated with the clicked cell.

columnIndex

number

The column index of the clicked cell.

dataItem

any

The data item associated with the clicked cell.

isEdited

boolean

Indicates whether the cell is in edit mode.

originalEvent

PointerEvent

The DOM event that triggered the cellClick event.

rowIndex

number

The row index for the clicked cell.

sender

GanttComponent

The Gantt component instance.

type

"click" | "contextmenu" | "dblclick"

The type of the event that triggered the cellClick event.