Hey guys,
i have a gridview, now i want to make the rows draggable, so that user can change the sort order of the gridview, and also the datasource should get affect, so that i can save the latest order in the database.
Please give some suggestion or samples, how i can achieve this.
I’d suggest you find a different control. Dragging rows is not a feature that most major ASP.NET control makers have implemented for grids, besides do your really think your users will want to sort in this way? Clicking on the column header is the preferred method for a very good reason.