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