Hi,
I have a grid (UltraGrid control) that should support dragging of files from e.g. windows explorer.
So I set the property AllowDrag of the grid to true and have handlers for the DragEnter, DragLeave, DragMove and DragDrop events.
This grid is placed inside a UltraDockmanager control and the whole is on a MDI Form appearing in a MDI parent.
The DragEnter, DragLeave, DragMove and DragDrop events are never fired. Am I missing something?
Ok, now I feel dumb :-(
Updating the infragistics version in our solution didn't help - still te same situation.Then I realized that my visual studio is running as administrator (The test project I created was not running as admin)
Restarting VS as a normal user - and it works!
Well, I had to upgrade the Infragistics version in my solution at some moment anyway ;-)
Thanks for you patiance !
Thank you for the update. Let me know how it turns out.
In the project we use sill version 10.3
I just created a test project with version 11.2 and there it works; so I will first try our main project with version 11.2 (but that might take a will because we will have to change our automatic update client with the new dll's)
Hello,
Please let me know which version of NetAdvantage you are using.
Extra information:
The grid is firing events on the MouseMove and MouseHover events, but when sometimg is dragged onto it also those events do not fire anymore.
Its like the DockManager is controlling the drag and is not forwarding it to its child controls