Hello,
I have an application that can drag and drop buttons between borders. I have the drag drop working.
The problem is the button click event seems to be blocked when I set the AllowDrag property to true. I can still see a double click event, just not the actual click event.
Thanks for the help.
Scott
I have an application that can drag and drop buttons between borders. I have the drag drop working.
The problem is the button click event seems to be blocked when I set the AllowDrag property to true. I can still see a double click event, just not the actual click event.
<Button Content="drop btn"Click="Button_Click_1" telerikDragDrop:RadDragAndDropManager.AllowDrag="True"MouseDoubleClick="Button_MouseDoubleClick" />Thanks for the help.
Scott