Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Drag Drop within a ControlPane
posted

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?