New to KendoReact? Learn about KendoReact Free.
GridContextMenuEvent
Represents the object of the onContextMenu
Grid event.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
The data object that represents the current row. | |
field? |
|
The field to which the cell is bound. | |
nativeEvent |
|
A native DOM event. | |
syntheticEvent |
|
A React Synthetic Event. | |
target |
|
An event target. |