New to Kendo UI for jQueryStart a free 30-day trial

Max

configuration

Constraints the maximum date which can be selected via the scheduler navigation.

max

Date

Default: 31/12/2099

<div id="scheduler"></div>
<script>
$("#scheduler").kendoScheduler({
  date: new Date("2013/6/6"),
  max: new Date("2013/7/6"),
  dataSource: [
    {
      id: 1,
      start: new Date("2013/6/6 08:00 AM"),
      end: new Date("2013/6/6 09:00 AM"),
      title: "Interview"
    }
  ]
});
</script>
Not finding the help you need?
Contact Support