i have a gridview where we give the user the option to move rows, currently only the possibility to move 1 row up and down (on button click and drag/drop).
We need to give the user the possibility to move multiple rows based on selected rows in multiselect, are there any examples of moving multiple rows?
In the current situation we use a database column (sort) on which the grid is sorted, i can use a foreach to update all selected rows by +1 or -1 but how do i handle the unselected rows?