Hello Greg,
Further investigation on this case showed that everything is working as expected. Please, refer to this msdn topic:
http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx. The section on
'The "d" Custom Format Specifier' explains what caused the problem when setting DayHeaderDateFormat="d" -
'The "d" custom format specifier represents the day of the month as a number from 1 through 31. A single-digit day is formatted without a leading zero.
If the "d" format specifier is used without other custom format specifiers, it is interpreted as the "d" standard date and time format specifier ...'
A possible
workaround is to set:
MonthView-DayHeaderDateFormat="''d" (note the single quotes preceding the 'd');
Cheers,
Peter
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.