New to Kendo UI for Angular? Start a free 30-day trial
CellClickEvent
Arguments for the cellClick
event.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The column of the clicked cell. | |
columnIndex |
|
The column index of the clicked cell. | |
dataItem |
|
The data item that is associated with the row in which the clicked cell is located. | |
isEdited |
|
Indicates if the cell is being edited. | |
originalEvent |
|
The DOM event that triggered the | |
rowIndex |
|
The row index for the operation. | |
sender |
|
The | |
type |
|
The type of the event that triggered the |