New to Kendo UI for AngularStart a free 30-day trial

CellClickEvent

Provides the arguments for the cellClick event. Use this interface to access information about the clicked cell, including its column, row, data item, and event type.

NameTypeDefaultDescription

column

any

The column of the clicked cell.

columnIndex

number

The column index of the clicked cell.

dataItem

any

The data item associated with the row containing the clicked cell.

isEdited

boolean

Specifies 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.

Not finding the help you need?
Contact Support