GridContextMenuEvent
Interface
Represents the object of the onContextMenu Grid event.
Definition
Package:@progress/kendo-react-grid
Properties
dataItem
any
The data object that represents the current row.
field?
string
The field to which the cell is bound.
nativeEvent
any
A native DOM event.
syntheticEvent
MouseEvent<any, MouseEvent>
A React Synthetic Event.
An event target.