I have a RadDatePicker with the Calendar settings like so:
As you can see I'm showing 2 months in the Calendar popup. I am able to select a date from the two months shown, but that's all I can do. The navigation doesn't work.
So my questions is, is this a supported scenario for the RadDatePicker or is it just limited to one month in the calendar popup?
<telerik:RadDatePicker ID="RadDatePicker1" runat="server" ShowPopupOnFocus="true"> <Calendar MultiViewColumns="2"> </Calendar> </telerik:RadDatePicker>As you can see I'm showing 2 months in the Calendar popup. I am able to select a date from the two months shown, but that's all I can do. The navigation doesn't work.
So my questions is, is this a supported scenario for the RadDatePicker or is it just limited to one month in the calendar popup?