The Kendo ui Scheduler does not render correctly unless the containing element is visible at initialization time.
If you call .kendoScheduler() on an element that is not "on screen" (e.g. display: none) it does not render and function correctly.
In particular the height, scrollbars and time bar properties do not result in expected functionality. But if element start visible the problem does not appear
