Selected Cell - Drag Icon

Hi,
When I move the mouse icon on the selected cell border, the mouse icon is changed to a drag icon. I don''t allow draging so I don''t want the icon to change.
How can I do it?
Thanks.

2 Replies

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


AD Administrator Syncfusion Team August 28, 2006 05:43 AM UTC

Thanks :)

Loader.
Up arrow icon