GridRowClickEvent
Interface
Represents the object of the onRowClick Grid event.
Definition
Package:@progress/kendo-react-grid
Properties
dataItem
any
The item from the data property of the Grid which corresponds to the row that is clicked.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.