GridRowClickEvent
Represents the object of the onRowClick
Grid event.
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>
A React Synthetic Event.
target Grid
An event target.