I've got a datagrid that has the following columns of data: ID, Name, Dir, Order plus an edit button and a delete button.
When I click the edit button, I can edit the data and update the database/datagrid.
The problem I'm having is trying to figure out how to update all the other records in the datagrid... That is say the item that was edited had and Order of 4 and was changed to 6, then I would need to update the items with order 5&6 too...