Grid Row Sort

Row Drag

You can drag rows and reorder rows in the Grid. The following properties should be set to enable row dragging.

behavior: {
	allowRowReorder: true
},
appearance: {
	showRowHeader: true,
	showRowHeaderDragIcon: true
}
	


The 'rowDragStart', 'rowDragging', 'rowDragEnd' and 'rowReorder' events occur during the drag and drop process.
The following example shows how to implement drag and drop of rows between two Grid instances.