2

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({
live-love
  • 48,840
  • 22
  • 240
  • 204

1 Answers1

-2

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.

Plamen Zdravkov
  • 748
  • 5
  • 7