DatePicker with Multiple Rows and or Multiple columns the Month View Title isn't honored until you navigate to the next or previous set of months and back, then the Month Year is shown. Or if you click to show the months and select a date, then click to show the dates again, then the Year is shown.
This only seems to be an issue if viewing a single month.
<telerik:RadDatePicker ID="DatePicker1" runat="server" Calendar-MultiViewColumns="3" Calendar-MultiViewRows="2" ShowPopupOnFocus="true"> </telerik:RadDatePicker>
Also applies if using a shared Calendar.
Workaround in prerender
For Each View In Me.rcCalendar.CalendarView.ChildViewsCType(View, MonthView).TitleFormat = "MMMM yyyy"
Next View
Version Used: 2024.2.513.462
Also, when the calendar is first shown, if you have special days in constitutive weeks, and empty date cell is shown as a special day and the edited date is not shown as selected on the calendar. We style our company holidays as special days.
This only happens the first time the calendar is shown. As with the original post, if you nav to a previous or past set of months and back, everything is as expected. See image for examples.