FIX. Cannot set different cell count for different RadSchedulers in an application.
When you use the following code:
this.radScheduler1.GetTimelineView().GetScaling().DisplayedCellsCount = 12;
this.radScheduler2.GetTimelineView().GetScaling().DisplayedCellsCount = 30;
both schedulers have cells count equal to 30.