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
195
Drag and Drop FROM UltraDayView
posted

Hello,

I have the following problem: I am trying to drag and drop appointments from a UltraDayView control to a UltraMonthViewSingle control (both control share a calendar info, version 8.2.20082.1000), to provide "fast changing date functionality". 

The problem I am faced to is as follows: when I start drag'n drop operation in UltraDayView's MouseMove, I am able to drag appoinment to UltraMonthViewSingle control (and here drop and process), so far it's ok.

However, now I cannot move appointmens within the UltraDayControl.

See the attached project. Try to create an appointment in ultra day view component by double click and  then drag and drop it onto ultra month view on the right. It works. Not try to move the appointment 30 minut later - it does not work. If you comment out DoDragDrop in OnMouseMove handler, moving appointsments starts working.  

Is there a way how to get working both?

Thank you

Parents Reply Children