Hello ,
I have a RadGrid that I am populating via Drag and Drop From another RadGrid , I would like to sort in the Grid that is being populated by drag and drop but upon clicking a column to sort the items in the grid are removed.
You need to ensure that after an item is dropped into the destination grid, all the data from that item is saved into the destination grid's data source. This is required because when sorting operation is performed, the grid will be rebound and if the data is not saved and empty grid will be displayed.
I have attached a modified version of our online drag and drop example, with sorting enabled. Please review it and verify whether it works as expected on your side.