Search results

CellSelectingEventArgs API in JavaScript (ES5) Grid API control

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.