I have a Winform with a DevExpress.Extr aGrid and a User Control of .Net. that contains a Grid as well.
When I try to Drag & Drop from the Grid onto the UserControl, once the mouse is on the UserControl I see a Blocked Icon (black circle with line over it) like it's disabled or something.
I made sure the 'AllowDrop' property is true in both grids. It seems I can't in any case catch the event of MouseUp once I reached the UserControl and start seeing the blocked Icon.
Any idea why? Will appreciate any help!
When I try to Drag & Drop from the Grid onto the UserControl, once the mouse is on the UserControl I see a Blocked Icon (black circle with line over it) like it's disabled or something.
I made sure the 'AllowDrop' property is true in both grids. It seems I can't in any case catch the event of MouseUp once I reached the UserControl and start seeing the blocked Icon.
Any idea why? Will appreciate any help!
Comment