7 Answers, 1 is accepted
0
Hello Gat,
We've just uploaded a code library where the needed approach is demonstrated. You can check it at the following link:
http://www.telerik.com/community/code-library/wpf/scheduleview/how-to-avoid-overlapping-appointments.aspx
Regards,
Yana
the Telerik team
We've just uploaded a code library where the needed approach is demonstrated. You can check it at the following link:
http://www.telerik.com/community/code-library/wpf/scheduleview/how-to-avoid-overlapping-appointments.aspx
Regards,
Yana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Mace
Top achievements
Rank 1
answered on 23 Apr 2012, 08:28 AM
Thanks for your responds. That is perfect for me but it is possible to do the same thing when you create the appointment by the edit appointment dialog?
0
Accepted
Hi,
You should use RadScheduleView events to check for overlapping appointments when creating/editing appointments. I've attached the modified code.
Kind regards,
Yana
the Telerik team
You should use RadScheduleView events to check for overlapping appointments when creating/editing appointments. I've attached the modified code.
Kind regards,
Yana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Gaetan
Top achievements
Rank 1
answered on 23 Apr 2012, 09:24 AM
Thanks a lot, it's exactly that i looking for !
0
Roy
Top achievements
Rank 1
answered on 22 Nov 2015, 07:01 PM
Hello Yana,
the example that you provided, doesn't work correctly for me. When you adding appointments and then editing in popup Window, you can still add 2 appointments in 1 cell. I'm using UI for WPF 2015 Q3. Any help would be great.
0
Hi,
Hi,
I modified the code to use AppointmentSaving event when appointment is edited instead AppointmentEdited.
Please find the modified files attached and let us know whether this helps.
Regards,
Rosi
Telerik
Hi,
I modified the code to use AppointmentSaving event when appointment is edited instead AppointmentEdited.
Please find the modified files attached and let us know whether this helps.
Regards,
Rosi
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
Roy
Top achievements
Rank 1
answered on 24 Nov 2015, 11:34 AM
Thank you, working like a charm.
Have a nice day!