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

SelectDates

configuration

Specifies which dates to be selected when the calendar is initialized.

Important: This configuration option requires the selectable: "multiple" option to be set.

Default: []

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar({
       selectDates: [new Date(2013, 10, 10), new Date(2015, 10, 10)]
    });
</script>

Check Selection for a live demo.

Not finding the help you need?
Contact Support