Search code examples
kendo-uikendo-scheduler

Is there a multi-month view for kendo-ui Scheduler?


I needed to display an entire year or a multiple month view because we only have 1 or 2 events a month.

Is it possible to do this in kendo-ui Scheduler?

I know there is a multiple day view extension, but is there something similar for months?

var ThreeDayView = kendo.ui.MultiDayView.extend({

Solution

  • For such scenario you can use the timelineMonth view type of the control as for example it is use in this demo. There is no other multi-month view.