I have a telerik Gridview control I do drag and drop of rows correctly as described here
And I created sorting as described here
But after sorting, I can’t drag and drop rows, drag and drop stop working completely;
I need to get the datasource of the Telerik grid view and rebind it again after sorting.
You can tap into the
NeedDataSourceevent of the RadGrid. This event fires everytime the grid needs data, so you don’t have to worry about when to bind data.Check out this example.