Hello,
I''d like to drag objects from one part of my application onto my GridControl, and have the cursor change depending on what is beneath it.
Inside my GiveFeedback method I''m changing the Cursor but nothing seems to happen. When there is a hiccup in the refresh I can sometimes see my Cursor being drawn, but it is quickly replaced by the default.
I''ve also tried using a class that implements IMouseController, but I don''t get any notifications there while dragging.
I also tried setting DataObjectConsumerOptions to None, but it didn''t seem to help.
What am I missing? Is it possible to use custom cursors while dragging without using IMouseController? If not, how do I enable DnD notification using an IMouseController-implementing class?
Thanks!
Keith