Is it possible to draw a month view with more than one day in the same column instead of one column for each day? I'm trying to club together more than one day in the same slot/column.
For example: August, 2015 should draw 15/16 columns, each containing 2 days together.
Currently the Scheduler build-in views doesn't support slot size (majorTick) to be greater than 24 hours (1440 minutes). You can however create custom view by extending one of the build-in ones and override the methods that are responsible for rendering the layout (Scheduler: Custom View demo).
Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!