Completed
Last Updated: 31 Jul 2018 11:06 by Dimitar
ADMIN
Dimitar
Created on: 12 Jul 2018 07:44
Category: Scheduler/Reminder
Type: Bug Report
0
FIX. RadScheduler - the Cellformating event is not fired when the form starts.
Use attached to reproduce.

Workaround:
protected override void OnShown(EventArgs e)
{
    base.OnShown(e);
    radScheduler1.SchedulerElement.ViewElement.UpdateCells();      
}
Attached Files:
0 comments