GridContextMenuItemClickEvent
Interface
Represents the object of the onContextMenuItemClick Grid event.
Definition
Package:@progress/kendo-react-grid
Properties
dataItem?
any
The data object that represents the current row.
event
MenuSelectEvent
The Context menu item click event.
field?
string
The field to which the cell is bound.
menuItem
any
The data object that represents the clicked menu item.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.