New to KendoReactStart a free 30-day trial

Represents the object of the onReorderRow Grid event.

Definition

Package:@progress/kendo-react-grid

Properties

dragEvent

NormalizedDragEvent

Represents a unified drag event that is triggered regardless if the native event underneath is a pointer, mouse, touch, or scroll event.

Represents the currently dragged row.

Represents the row over which the dragged row is dropped.

The exact dragged row position relative to the position of the drop target row..

nativeEvent

Event | MouseEvent | PointerEvent | TouchEvent

A native DOM event.

The reference of the Grid in which the row is dropped.