/ Grid / CellSelectEventArgs
Search results

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

previousRowCell

Element

Defines the previously selected cell element.

previousRowCellIndex

number

Defines the previously selected cell index.