This example demonstrates how to move GridView rows using buttons or jQuery UI Draggable and Droppable plug-ins. To keep the order of rows, it is necessary to set up an extra column to store row order indexes. Then, sort GridView by this column and deny sorting by other columns.
See also:
E4582 - How to reorder ASPxGridView rows using buttons or drag-and-drop
Added By: Nishant Jha 1 at: 6/14/2016 11:44:23 AM Thanks for this example. It helped me a lot.
See also:
E4582 - How to reorder ASPxGridView rows using buttons or drag-and-drop
Question Comments
Added By: Nishant Jha 1 at: 6/14/2016 11:44:23 AM Thanks for this example. It helped me a lot.