Hello.
I'm using RadScheduler and I set
dayView.RangeFactor = ScaleRange.FiveMinutes;
But I want scheduler cell lines to be drawn only on every 15 minutes cells only (like in ScaleRange.QuarterHour mode).
Can you help me please?
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 18 Jul 2014, 06:40 AM
Hello Aleksandr,
Thank you for writing.
The default scale of the ruler can be set with a single property (RangeFactor) to any of the predefined values, or the user can select a new scale by simply right-clicking in the time ruler and selecting the preferable setting. This affects the scheduler view respectively. It is not possible to have the RangeFactor set to FiveMinutes, but the scheduler view to be rendered as if the RangeFactor is set to QuarterHour. The two elements are tightly connected and the scheduler cells are painted according to the ruler scale.
I hope this information helps. Should you have further questions, I would be glad to help.
Regards,
Desislava
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.