Here is what I am trying to do with the utlradayview control. The user has 3 appointments with the same date time for both starting and ending dates. I need to be able to control what order the appointments get displayed in. I have figured out that if I add the appointments in the correct order I can can control it in that manor but what I am struggling with is the drag and drop.
When the user drags and drops an appointment is there a way for me to find out where the user has dropped the appointment in relation to the other appointments.
Boris,
Thanks for your help this event should do what I need it to do.
Thanks,
Stephen
Hello,
Then I could suggest you to use MoseUp event, it will fires for sure after drop operation complete. So you could check if the mouse was released onto appointment (
Appointment app = ultraDayView1.GetAppointmentFromPoint(e.Location);) in order to decide how you will reorder your appointments.
I hope that this will helps you.
I am using version 7.1.20017.1061
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.
Hello ,
Could you please let me know which exactly version of Infragistics you are using.
I am waiting for your details.