ADD. RadGridView - Add possibility to replace the RadGridViewDragDropService
Resolution:
Please use the following code snippet to replace RadGridViewDragDropService:
this.radGridView1.GridViewElement.RegisterService(new CustomDragDropService(this.radGridView1.GridViewElement));