Hello,
I want to use RadScheduler to build a master/detail form as timeline views:
=> on top, a radscheduler component displaying a global timelineview of summarized tasks, with timescales as months, 12 months displayed.
=> on bottom, another radscheduler displaying a more detailed timeline view, with timescales as days, 30 days displayed.
It seems that any change in one component affects the other one.
radScheduler1.GetTimelineView().ShowTimescale(Telerik.WinControls.UI.Timescales.Weeks);
radScheduler1.GetTimelineView().GetScaling().DisplayedCellsCount = 12;
radScheduler2.GetTimelineView().ShowTimescale(Telerik.WinControls.UI.Timescales.Days);
radScheduler2.GetTimelineView().GetScaling().DisplayedCellsCount = 30;
This piece of code results in having both controls displaying 30 days (Moreover with display glitches on the first one).
What am I doing wrong?
(I'm using 2012.1.12.215)
Regards,
I want to use RadScheduler to build a master/detail form as timeline views:
=> on top, a radscheduler component displaying a global timelineview of summarized tasks, with timescales as months, 12 months displayed.
=> on bottom, another radscheduler displaying a more detailed timeline view, with timescales as days, 30 days displayed.
It seems that any change in one component affects the other one.
radScheduler1.GetTimelineView().ShowTimescale(Telerik.WinControls.UI.Timescales.Weeks);
radScheduler1.GetTimelineView().GetScaling().DisplayedCellsCount = 12;
radScheduler2.GetTimelineView().ShowTimescale(Telerik.WinControls.UI.Timescales.Days);
radScheduler2.GetTimelineView().GetScaling().DisplayedCellsCount = 30;
This piece of code results in having both controls displaying 30 days (Moreover with display glitches on the first one).
What am I doing wrong?
(I'm using 2012.1.12.215)
Regards,