Hi
I have an issue with appointment dragging in Ultra Day Vieew.As while dragging appointment i want to see the new position on base of time if it is valid not not for it i check newAppointmentDate in event
void TfmsDayCalendarControl_AppointmentsDragging(object sender, AppointmentsDraggingEventArgs e)
I am using e.NewDateTime to get new time but it is giving me wrong dateTime.
I have analysed it that it is giving a time considering MOUSE position .
Pre condition:I am dragging appointment from Center(Holding appointment from its center)
I am having a similar issue with the timelineview control. I am on Infragistics 15.2 and each cell in the timeline represents one day. I get different results depending on where I click on the appointment, so it appears to be doing something with the mouse position. I am also looking at the NewDateTime property in the AppointmentsDragging event when the phase is Ending and it seems like the time portion is stripped off and I only get midnight for the time, regardless of where the appointment is about to be dropped. Is there a better way to get the new date and time and shouldn't the control calculate the date and time based on where it lands instead of where the mouse is located? I have to put my validation into this event because it is the last chance to cancel before they drop it.
Hello again,
I think that we have similar situation with this issue like into your previous forum thread ( http://es.infragistics.com/community/forums/t/77642.aspx )
If you are using version 12.2 and AppointmentsDragging() event, you could get the right NewAppointmentDate.
let me know if you have any questions.
Regards