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.
Hello ,
Very similar issue was already discussed on the following link:
http://es.infragistics.com/community/forums/t/84968.aspx#424789
and I’ve already provided such sample where this Ctrl+Drag works on the way that you have described. So please run the sample and let me know if this is what you are looking for.
Please let me know if you have any further questions.
How do you set the Drag Drop Effects to copy without holding down the Control Key? I want drag drop without holding down control key to copy?
I want to change the default effects. The sample requires the control key to be held down to get the drag & copy behavior as far as I could tell.