New to KendoReactStart a free 30-day trial

Represents the object of the onRowDoubleClick Grid event.

Definition

Package:@progress/kendo-react-grid

Properties

The item from the data property of the Grid which corresponds to the row that is clicked.

A native DOM event.

syntheticEvent

SyntheticEvent​<any, Event>

A React Synthetic Event.

An event target.