GridKeyDownEvent
Interface
Represents the object of the GridKeyDownEvent Grid event.
Definition
Package:@progress/kendo-react-grid
Properties
cell
boolean
Indicates if cell selection mode is enabled.
componentId
string
The component unique identifier.
dataItems
any[]
The current leaf data items.
mode
"multiple" | "single"
Selection mode.
nativeEvent
any
A native DOM event.
selectedField
string
The selectedField prop of the component.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.