GridSelectionChangeEvent
Represents the object of the onSelectionChange
Grid event.
Name | Type | Default | Description |
---|---|---|---|
altKey |
|
Is alt key modifier pressed. | |
cell |
|
Indicates if cell selection mode is enabled. | |
componentId |
|
The component unique identifier. | |
ctrlKey |
|
Is ctrl key modifier pressed. | |
dataItem |
|
The data item which was selected or deselected when the checkbox selection column is used. It will be | |
dataItems |
|
The current component leaf data items. | |
endColIndex |
|
Selection end column index. | |
endDataItem? |
|
The dataItem to which the selection ends(Valid for scenarios without checkbox selection) | |
endRowIndex |
|
Selection end row index. | |
isDrag |
|
Indicates if current event is created from drag. | |
metaKey |
|
Is meta key modifier pressed. | |
mode |
|
Selection mode. | |
nativeEvent |
|
A native DOM event. | |
select |
|
The new SelectDescriptor based on the user action. | |
selectedField |
|
The | |
shiftKey |
|
Is shift key modifier pressed. | |
startColIndex |
|
Selection start column index. | |
startDataItem? |
|
The dataItem from which the selection starts(Valid for scenarios without checkbox selection). | |
startRowIndex |
|
Selection start row index. | |
syntheticEvent |
|
A React Synthetic Event. | |
target |
|
An event target. |