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.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components.
I am using the ctrl key, and it seems that when I attempt to make a copy of the single appointment within a recurrence, it moves the original recurrence appointment as well as making a copy and moving the copy. The original is moved with the copy until I refresh the ultradayview.
When I copy just a single appointment holding the ctrl key and clicking and dragging the mouse, no problems. A copy is immediately created, and ONLY the copy moves with the movement of the mouse.
How do I get it to just COPY the original recurrence appointment and move JUST the copy with the mouse...instead of moving BOTH the copy and the original appointment?
Hello,
I am still following your issue, please let me know if you need my further assistance on this.
Have you been able to run the sample which I’ve posted on 21 November ? Isn’t this what you are looking for ? Am I missing something ?
I am waiting for your feedback.
I gave up on it. I couldn't get it to work and the behavior is not that bad.