New to KendoReact? Learn about KendoReact Free.
GridRowReorderEvent
Represents the object of the onReorderRow
Grid event.
Name | Type | Default | Description |
---|---|---|---|
dragEvent |
|
Represents a unified drag event that is triggered regardless if the native event underneath is a pointer, mouse, touch, or scroll event. | |
draggedDataItems |
|
Represents the currently dragged row. | |
droppedDataItem |
|
Represents the row over which the dragged row is dropped. | |
dropPosition |
|
The exact dragged row position relative to the position of the drop target row.. | |
nativeEvent |
|
A native DOM event. | |
target |
|
The reference of the Grid in which the row is dropped. |