Unplanned
Last Updated: 05 Aug 2016 07:46 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 04 Aug 2016 13:58
Category: Scheduler/Reminder
Type: Bug Report
0
FIX. RadScheduler - ArgumentOutOfRangeException in MonthView when exceeding DateTime.MaxValue
To reproduce:

 public Form1()
 {
     InitializeComponent();

     this.radScheduler1.ActiveViewType = SchedulerViewType.Month;
     this.radScheduler1.Appointments.Add(new Appointment(new DateTime(9999,12,22),TimeSpan.FromMinutes(30),"A1"));
 }
 
1 comment
ADMIN
Stefan
Posted on: 05 Aug 2016 07:46
Attachment