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

MinorTickCount

configuration

The number of time slots to display per major tick.

Note that the minorTickCount value should set to number greater than 0.

Default: 2

<div id="scheduler"></div>
<script>
$("#scheduler").kendoScheduler({
  date: new Date("2013/6/6"),
  minorTickCount: 1, // display one time slot per major tick
  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