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

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.

Definition

Package:@progress/kendo-angular-treelist

Properties

The column of the clicked cell.

The column index of the clicked cell.

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

isEdited

boolean

Specifies if the cell is being edited.

The DOM event that triggered the cellClick event.

rowIndex

number

The row index for the operation.

The TreeListComponent instance.

type

"click" | "contextmenu"

The type of the event that triggered the cellClick event.