I have found one forum which discussed about reordering the grid rows in client side. Please take a look at this and I hope it will help. Drag and Drop RadGrid in clientside
The above is my aspx code and the script for Row Created is below: The issue is , the row.RealIndex of the row passed to the RowCreated function shows to be always undefined, as a result its always dragging the entire table content and not the current row to be dragged. any help on this really appreciated. I want this immediately.