Unplanned
Last Updated: 02 Nov 2021 07:58 by ADMIN

When MultiViewColumns > 2 the the month views of the Calendar are not aligned properly. The problem occurs if the week count in the months is different and the ShowOtherMonthsDays property is set to false.

Temporary workaround: Set the ShowOtherMonthsDays="True" property of RadCalendar.

 

Code to reproduce:

        <telerik:RadCalendar ID="cal1" runat="server" Skin="Outlook"
            MultiViewColumns="3" ShowOtherMonthsDays="False" AutoPostBack="True" RenderMode="Lightweight">
        </telerik:RadCalendar>
 

Unplanned
Last Updated: 03 Nov 2020 11:20 by ADMIN
Unplanned
Last Updated: 29 May 2020 15:31 by ADMIN
ADMIN
Created by: Peter Milchev
Comments: 0
Category: Calendar
Type: Bug Report
0
Workaround 1) Use .resx files as the attached ones 

Workaround 2) Set properties to ViewState
        RadMonthYearPicker1.MonthYearNavigationSettings.ViewState["_mCancelButtonCaption"] = "my cancel";
        RadMonthYearPicker1.MonthYearNavigationSettings.ViewState["_mTodayButtonCaption"] = "my today";
        RadMonthYearPicker1.MonthYearNavigationSettings.ViewState["_mOkButtonCaption"] = "my ok";
Unplanned
Last Updated: 15 Oct 2013 11:12 by Allan Krøyer