Completed
Last Updated: 07 May 2014 12:05 by ADMIN
ADMIN
Stefan
Created on: 24 Apr 2013 07:06
Category: Scheduler/Reminder
Type: Bug Report
3
FIX. RadScheduler - the localization is not initially applied to the navigation elements (previous/next appointment)
To reproduce:
RadSchedulerLocalizationProvider.CurrentProvider = new CustomSchedulerLocalizationProvider();

radScheduler1.Appointments.Add(new Appointment(DateTime.Now.AddDays(-5), DateTime.Now.AddDays(-4)));
radScheduler1.Appointments.Add(new Appointment(DateTime.Now.AddDays(5), DateTime.Now.AddDays(4)));

Workaround:
radScheduler1.SchedulerElement.Refresh();
0 comments