Completed
Last Updated: 14 Jul 2014 07:50 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 02 Jul 2014 10:29
Category: Calendar
Type: Bug Report
1
FIX. RadCaledar - NullReferenceException when clicking the CalendarNavigationElement
To reproduce: use the following code snippet:

public Form1()
{
    InitializeComponent();
    this.radCalendar1.AllowMultipleView = true;
    this.radCalendar1.MultiViewRows = 3;
    this.radCalendar1.HeaderNavigationMode = Telerik.WinControls.UI.HeaderNavigationMode.Zoom;
}
0 comments