We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon