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

CellClickEvent

Arguments for the cellClick event.

NameTypeDefaultDescription

column

any

The column of the clicked cell.

columnIndex

number

The column index of the clicked cell.

dataItem

any

The data item that is associated with the row in which the clicked cell is located.

isEdited

boolean

Indicates if the cell is being edited.

originalEvent

any

The DOM event that triggered the cellClick event.

rowIndex

number

The row index for the operation.

sender

TreeListComponent

The TreeListComponent instance.

type

"click" | "contextmenu"

The type of the event that triggered the cellClick event.