Best way to add/update sorting order of menu item in database

I have created menu using database where I have create menu-item table. I want to change order of menu item not by id or not by name but "sorting Order" field. How can I update sorting order from Gridview best way.?

Please provide your suggestion if any of you have implemented this feature