AD
Administrator
Syncfusion Team
August 25, 2006 03:47 AM UTC
Hi,
You can turn off the OleDataSource in the ControllerOptions property of the grid, this will prevent from doing the dragdrop operation in grid.
this.gridControl1.ControllerOptions = GridControllerOptions.All & (~GridControllerOptions.OleDataSource);
Thanks for using Syncfusion Products.
Regards,
Megavannan