Reputation: 52366
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
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