This is a migrated thread and some comments may be shown as answers.

ScheduleView Base/Root Xaml

2 Answers 77 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 1
Doug asked on 05 Apr 2011, 03:12 AM
I'm trying to write a custom appointment dialog.  I've followed this tutorial and was able to create a custom appointment dialog. I got the ScheduleView's style from this blog.  However, after using the custom EditAppointmentDialogStyle I no longer have the dropdown of available resources in the appointment dialog.  All I did was add the IsDone checkbox to the dialog.  I'm assuming the blog that I copied if from did not support the resources dropdown.

I'm pretty new to Silverlight.  Is there a way to view/copy the base/root xaml used to display the RadScheduleView control? Or any control for that matter? 

Thanks,
Doug

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 06 Apr 2011, 11:38 AM
Hi Doug,

You can get the ScheduleView xaml from your RadControls installation folder (usually it is something like this: C:/Program Files/Telerik/RadControls for Silverlight Q1 2011/ ).  Go into Themes folder and select the theme that you have chosen to use. Drill down to find the ScheduleView.xaml file in the directory that corresponds to your theme. From this resource dictionary extract the ResourceTypeTemplateSelector which holds the Resources combobox.

Best wishes,
Yana
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Doug
Top achievements
Rank 1
answered on 18 Apr 2011, 01:46 AM
Exactly what I was looking for, Thanks!
Tags
ScheduleView
Asked by
Doug
Top achievements
Rank 1
Answers by
Yana
Telerik team
Doug
Top achievements
Rank 1
Share this question
or