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

ControlGrid Selection

How to avoid mouse pointer (cursor) changing when mouse goes over a selected cell ? thanks a lot

2 Replies

AD Administrator Syncfusion Team May 20, 2003 07:10 AM UTC

If you want to avoid the Ole Drag cursor being shown, add the following lines at initialization time: [VB] GridControl1.ControllerOptions = GridControl1.ControllerOptions And Not (GridControllerOptions.OleDataSource Or GridControllerOptions.OleDropTarget) [C#] gridControl1.ControllerOptions &= ~(GridControllerOptions.OleDataSource|GridControllerOptions.OleDropTarget); This will turn off the OleDragDrop mouse controller. Stefan


AN Alexandre Nicholas May 20, 2003 09:19 AM UTC

Thanks a lot. i love your support bye

Loader.
Live Chat Icon For mobile
Up arrow icon