New to KendoReactStart a free 30-day trial

Represents the object of the onContextMenuItemClick Grid event.

Definition

Package:@progress/kendo-react-grid

Properties

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.

The data object that represents the clicked menu item.

A native DOM event.

syntheticEvent

SyntheticEvent​<any, Event>

A React Synthetic Event.

An event target.