Completed
Last Updated: 08 Oct 2014 15:01 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 23 Jun 2014 15:43
Category: GridView
Type: Feature Request
0
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));  
0 comments