live-love
live-love

Reputation: 52366

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({

Upvotes: 2

Views: 890

Answers (1)

Plamen Zdravkov
Plamen Zdravkov

Reputation: 748

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.

Upvotes: -2

Related Questions