AD
Administrator
Syncfusion Team
November 27, 2002 01:00 PM UTC
You can turn off this drop cursor by removing the OleDataSource flag from the GridControl.ControllerOptions flag. But, this also may have an effect on your full-row dragging implementation depending upon whether your code depends upon this OleDtaSource property being set.
If it does, let me know and maybe I can suggest another solution.
KI
Kai Iske
November 27, 2002 01:25 PM UTC
Does it, works like a charm.
Thanks
Kai
> You can turn off this drop cursor by removing the OleDataSource flag from the GridControl.ControllerOptions flag. But, this also may have an effect on your full-row dragging implementation depending upon whether your code depends upon this OleDtaSource property being set.
>
> If it does, let me know and maybe I can suggest another solution.