Hi,
i am using UltraWinDay/UltraWinWeek, in any view if i select multiple appointments and try to perform Ctrl +Drag drop to any other time slot.
The original Appointments position gets swap with each other.
Please refer to the attached screen shot for better understanding.
This swapping of appointment is creating big issue, is there any way to avoid the swapping?
Thanks,
Chitra
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Hello ,
Default Ctrl+Drag works on the following way. When Ctrl is hold and Drag began, a copy of the selected appointments is made and the original appointments are moved. The copy is made on FIFO (first-in-first-out) principal and this is the order on which copied appointment are arranged. If you want to change this, you should change the order in which appointments are selected. So you could use BeforeSelectedAppoitmentChange in order to sort the selected appointments based on your needs. I’ve implemented this in a simple sample to demonstrates you how you could achieve this.
Please let me know if you have any further questions.