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
2430
Drag and Copy rather than Drag and Drop
posted

On an UltraMonthViewSingle, I have Drag and Drop so when an appointment gets moved the UI shows the appointment disappearing and moving to a different location.  I want the original appointment to remain and a new appointment to be created (aka duplicate the current appointment on new dates.  Therefore, during the Drag process, I want the original appointment not to move in the UI (easy enough to make new appointment after drop but it would be more intuitive to user to see both appointments simultaneously or else user thinks original appointment is moving to another date which we don't want (we want multiple appointments created not an appointment move).

 

I know in code, I can handle the drag and drop and copy but I would like the UI to show the original appointment while the new appointment is moving.

I tried setting AllowCopy = true during Appointment Dragging but didn't do anything as far as I could tell.

 

Is this possible and what is the trick.

 

Parents Reply Children