How to get rid of drag cursor?

I think this is probably and easy one, but I am using the virtual grid and notice that the mouse turns to and arrow w/ a box as if it was over a drag point. How do I disable that? I do not want to mouse cursor turning.

1 Reply

AD Administrator Syncfusion Team March 11, 2004 04:46 PM UTC

This is controlled by some ControllerOptions flags. To turn it off, from code you can use Me.gridControl2.ControllerOptions = GridControllerOptions.All And Not GridControllerOptions.OleDataSource Or, you can do it in the designer.

Loader.
Up arrow icon