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