NA
Nisha Arockiya A
Syncfusion Team
October 29, 2008 11:40 AM UTC
Hi,
Thanks for your interest in Syncfusion products.
You can turn off the OleDataSource in the ControllerOptions property of the grid, when the no. of columns is 1, so that you may not able to do the dragdrop operation.
this.gridControl1.ControllerOptions = GridControllerOptions.All & (~GridControllerOptions.OleDataSource);
Please let me know any difficulties.
Regards,
Nisha