This question is locked. New answers and comments are not allowed.
I am trying to install/configure the RadScheduleView to work within SharePoint 2010 by using this demo as a guide http://demos.telerik.com/silverlight/#ScheduleView/FirstLook . Although I have successfully been able to display the day / week / month / timeline calendar, I have no way to add new appointments. There are no buttons and the context menu does not work either. I am using RadControls_for_Silverlight4_2011_3_1116_Dev.
In troubleshooting I found the demo app was referencing "ViewModel", however, my code would not compile. I created a ViewModel.cs class file in the same folder as my calendar application. I commented out all the "ViewModel" references. So I expect this is where my problem lies. If so, how to I successfully reference my ViewModel.cs file? All of my files are located in the same folder and I copied your demo code files there too.
Here are the namespaces I have in my Schedule.xaml page related specifically to telerik:
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:my="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.ScheduleView"
xmlns:telerikPrimitives="clr-namespace:Telerik.Windows.Controls.Primitives;assembly=Telerik.Windows.Controls"
xmlns:schedule="clr-namespace:Telerik.Windows.Controls.ScheduleView;assembly=Telerik.Windows.Controls.ScheduleView"
xmlns:scheduleView="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.ScheduleView"
xmlns:telerikQuickStart="clr-namespace:Telerik.Windows.Controls.QuickStart;assembly=Telerik.Windows.Controls"
Do you have a zip file of the demo?
Please help. Thanks.
In troubleshooting I found the demo app was referencing "ViewModel", however, my code would not compile. I created a ViewModel.cs class file in the same folder as my calendar application. I commented out all the "ViewModel" references. So I expect this is where my problem lies. If so, how to I successfully reference my ViewModel.cs file? All of my files are located in the same folder and I copied your demo code files there too.
Here are the namespaces I have in my Schedule.xaml page related specifically to telerik:
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:my="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.ScheduleView"
xmlns:telerikPrimitives="clr-namespace:Telerik.Windows.Controls.Primitives;assembly=Telerik.Windows.Controls"
xmlns:schedule="clr-namespace:Telerik.Windows.Controls.ScheduleView;assembly=Telerik.Windows.Controls.ScheduleView"
xmlns:scheduleView="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.ScheduleView"
xmlns:telerikQuickStart="clr-namespace:Telerik.Windows.Controls.QuickStart;assembly=Telerik.Windows.Controls"
Do you have a zip file of the demo?
Please help. Thanks.