Example of View Intervals in ASP.NET MVC Scheduler Control
This demo illustrates how to display n number of days, weeks, and months on a single view.
DEMO
SOURCE
In this demo, the
Interval
property has been defined with different values on each view such as 3 on day view, 2 on week view and 4 on month
view, so that it will be displayed as 3 days, 2 weeks, and 4 months on the respective views. This property is not applicable on
agenda and month agenda views.