This question is locked. New answers and comments are not allowed.
Hi there!
I'm building a staffing application.
I have a ScheduleView with a DayViewDefinition. Outside of the schedule I have a ListBox with appointments that are predefined in time.
The user drag an appointment and drop it on the schedule on a specific person (it's grouped on resources).
The appointment will now be saved on that person with the predefined time, regardless of where in time it was dropped.
This works fine for me, since I don't care about where it is dropped.
But it looks strange to the user, since he can drop the appointment at for example 8:00 AM, but it actually ends up at 9:00 AM.
Is there any way I can snap the appointment to the predefined time when I'm dragging it over the schedule?
Regards,
Håkan
I'm building a staffing application.
I have a ScheduleView with a DayViewDefinition. Outside of the schedule I have a ListBox with appointments that are predefined in time.
The user drag an appointment and drop it on the schedule on a specific person (it's grouped on resources).
The appointment will now be saved on that person with the predefined time, regardless of where in time it was dropped.
This works fine for me, since I don't care about where it is dropped.
But it looks strange to the user, since he can drop the appointment at for example 8:00 AM, but it actually ends up at 9:00 AM.
Is there any way I can snap the appointment to the predefined time when I'm dragging it over the schedule?
Regards,
Håkan