I´m new to sharepoint development and I´m trying to make a list presented in a gridview sortable. The requirement is that the rows can be reordered in any way and then the change must persist. So far i am able to sort the rows using jquery sortable, but i´m facing two issues:
1) the receive property is not firing for the sortable function, even if i´m just trying displaying an alert
2) i don´t know the sharepoint way of saving the reordered list back to the database in order to make the changes persistent. i´m keeping track of the listitem´s Ids and Title
Please, I would highly appreciate any help or direction regarding this issue, thank you.