Posted
on Jan 23, 2012
(permalink)
Thank you but I still seem to be having an issue with this.
When I attempt your solution in the xaml for the RadScheduler, the only two attributes available to me are x: and xmlns
<telerik:RadScheduler>
<telerik:RadScheduler.MonthViewDefinition x:Name="monthDef" />
</telerik:RadScheduler>
If I go into the code behind, and do monthDef. I have the following properties available:
Dispatcher, LargeChangeInterval, TimeSlotLength, SmallChangeInterval, VisibleDays
But not FirstDayOfWeek.