Disable drag cell or selection

Hi,

How to disable drag by cell or selection in GridControl? the AllowDragSelectedRows property seems not apply to cells

Thanks,

Q


1 Reply

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


Loader.
Up arrow icon