I am working on a project where the application has an ordered set of fields. Additionally there is the ability to delete one of the fields however, if you delete a row it doesn't reorder based on what was deleted, eg. 1, 2, 4, 5, 6
Is there a way that I can reorder the list based on the above field to give me 1, 2, 3, 4, 5?
