Hi Siddhartha,
As far as I can understand, you would like to have a Kendo Scheduler, showing 24 hours per day, that fits your entire page. You also would like to avoid displaying scrollbars and display all the hours at a time.
If the above is the required, I am afraid that, due to its metrics, the Scheduler does not offer the possibility to scale it automatically, so it fits your screen. What you could do is to force it to expand and show all its hours by
not setting height. This, however, will force a vertical scrollbar to appear on lower screens, where there is not enough room for all time-slots.
What you could do to make Scheduler lower is to use the
majorThick property of the required view. Using that you could
configure the widget to show less time-slots.
At the same time, if you need similar zoom in /out functionality as
the one available for Charts, I am afraid that the Scheduler does not offer that feature.
Regards,
Veselin Tsvetanov
Telerik by Progress
Kendo UI is ready for
Visual Studio 2017 RC! Learn more.