CellSelectingEventArgs

12 Sep 20251 minute to read

Properties

cancel boolean

Defines the cancel option value.

cellIndex IIndex

Defines the index of the current selected cell.

cellIndexes ISelectedCell[]

Defines the indexes of the current selected/deselected cells.

cells Element[]

Defines the currently selected/deselected cells.

currentCell Element

Defines the element.

data Object

Defines the currently selected/deselected row data.

isCtrlPressed boolean

Defines whether the CTRL key is pressed or not.

isShiftPressed boolean

Defines whether the SHIFT key is pressed or not.

previousRowCell Element

Defines the previously selected cell element.

previousRowCellIndex number

Defines the previously selected cell index.