Hi,
I've got a schedule view set up and uses some resource types to group appointments to particular categories.
I need to be able to show a single appointment that goes across all categories.
How can I achieve this?
Thanks,
Rob
3 Answers, 1 is accepted
0
Kalin
Telerik team
answered on 20 May 2014, 11:20 AM
Hi Rob,
You are able to assign multiple resource to a single Appointment by adding them to the Resource collection of the desired Appointment in the code. However if you need to able to assign them through the EditAppointmentDialog you will need to set the AllowMultipleSelection property of the ResourceType to true. For more details about the resources please check the following article from our online help documentation: http://www.telerik.com/help/wpf/radscheduleview-features-resources.html
Hope this helps. If you have any further questions let us know.
Regards,
Kalin
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
Hi Kalin,
I require a single instance of the appointment that covers all categories, not the same appointment appearing multiple times which is what happens when you assign multiple resources.
Can this be done?
0
Kalin
Telerik team
answered on 23 May 2014, 07:13 AM
Hi Rob,
I'm afraid that with the current implementation is not possible to achieve the desired scenario.
If you have any other questions or concerns, please do not hesitate to contact us.
Regards,
Kalin
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.