Am implementing dragsort with a server-side ajax command to "save" the changed order of my list to my database.
IF this fails, I need to be able to return false from dragEnd to make the UI "revert" back to the original state.
I think this behaviour should be standard from within DragSort rather than writing it myself (quick solution = reload page, longer solution = do it dynamically in jQuery).
DragSort naturally fits with ajax server updates, so your plugin should be very friendly for this.
Am implementing dragsort with a server-side ajax command to "save" the changed order of my list to my database. IF this fails, I need to be able to return false from dragEnd to make the UI "revert" back to the original state. I think this behaviour should be standard from within DragSort rather than writing it myself (quick solution = reload page, longer solution = do it dynamically in jQuery). DragSort naturally fits with ajax server updates, so your plugin should be very friendly for this.
This work item was migrated from CodePlex
CodePlex work item ID: '26326' Vote count: '2'