New to Kendo UI for Angular? Start a free 30-day trial
CellClickEvent
Triggered every time a cell is clicked.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The column component associated with the clicked cell. | |
columnIndex |
|
The column index of the clicked cell. | |
dataItem |
|
The data item associated with the clicked cell. | |
isEdited |
|
Indicates whether the cell is in edit mode. | |
originalEvent |
|
The DOM event that triggered the | |
rowIndex |
|
The row index for the clicked cell. | |
sender |
|
The Gantt component instance. | |
type |
|
The type of the event that triggered the |