Completed
Last Updated: 23 Jul 2015 13:35 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 23 Jun 2015 14:34
Category: Scheduler/Reminder
Type: Bug Report
0
FIX. RadScheduler - NullReferenceException when setting the DefaultTimeZone
To reproduce: use the code snippet from the documentation: http://www.telerik.com/help/winforms/scheduler-views-time-zones.html

SchedulerTimeZone utcPlusOneTimeZone = new SchedulerTimeZone(-60, "UTC + 1");
this.radScheduler1.GetDayView().DefaultTimeZone = utcPlusOneTimeZone;

Woraround: set the time zone by using the SchedulerTimeZone.GetSchedulerTimeZones() list.
0 comments