This example demonstrates how to swap two rows to move a specific row up or down
Question Comments
Added By: dsk96m at: 9/19/2013 9:07:54 AM
This code is great, but does not work if you delete a row. If I have 6 items in the list and I delete item 2, this code doesnt work. How do we make it work in that case. Also, the ordering doesnt work, the numbers change to like 10.5, etc.
Added By: dsk96m at: 9/19/2013 9:09:05 AMNevermind the second part of that. But how do we make this work so i can delete a row.