GridRowClickEvent

Represents the object of the onRowClick Grid event.

NameTypeDefaultDescription

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.

In this article

Not finding the help you need?