Solved, was using wrong property.
Hi,
Event though I have set the WeekGroupHeaderStringFormat property to {}{0:dddd(MM/dd/yy)} it does not appear to affect the header which remains as i.e. 01 Monday. I just wish to have the names of the days displayed as Monday to Sunday without date numbers but seem to be failing, although changing firstDayOfWeek does seem to have an effect. Can anyone help?
Hi,
Event though I have set the WeekGroupHeaderStringFormat property to {}{0:dddd(MM/dd/yy)} it does not appear to affect the header which remains as i.e. 01 Monday. I just wish to have the names of the days displayed as Monday to Sunday without date numbers but seem to be failing, although changing firstDayOfWeek does seem to have an effect. Can anyone help?
<telerik:RadScheduleView Name=
"_scheduleView"
AppointmentsSource=
"{Binding Appointments}"
Grid.Row=
"5"
Grid.ColumnSpan=
"2"
CurrentDate=
"2012-10-01"
NavigationHeaderVisibility=
"Collapsed"
MinAppointmentWidth=
"10"
MinAppointmentHeight=
"5"
ShowDialog=
"RadScheduleView_ShowDialog"
ToolTipTemplate=
"{StaticResource AppointmentToolTipTemplate}"
telerik:StyleManager.Theme=
"Metro"
>
<telerik:RadScheduleView.ViewDefinitions>
<telerik:WeekViewDefinition FirstDayOfWeek=
"Monday"
WeekGroupHeaderStringFormat=
"{}{0:dddd(MM/dd/yy)}"
>
</telerik:WeekViewDefinition>
</telerik:RadScheduleView.ViewDefinitions>
</telerik:RadScheduleView>