Hello Everyone,
I am adding my custom logic in CanDrag method as described in below link
http://www.telerik.com/help/wpf/radscheduleview-features-draganddrop.html
Before I return false in the CanDrag method, I am displaying the Message box using MessageBox.Show("You can not drag this appointment")
After message box displayed on my screen, my application is hanging endlessly. I am unable to understand the cause of this issue.
Any help would be greatly appreciated.
Regards,
Kshamesh
I am adding my custom logic in CanDrag method as described in below link
http://www.telerik.com/help/wpf/radscheduleview-features-draganddrop.html
Before I return false in the CanDrag method, I am displaying the Message box using MessageBox.Show("You can not drag this appointment")
After message box displayed on my screen, my application is hanging endlessly. I am unable to understand the cause of this issue.
Any help would be greatly appreciated.
Regards,
Kshamesh