New to Kendo UI for jQuery? Start a free 30-day trial

SelectDates

configuration

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

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

Default: []

<div id="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar({
        selectable: "multiple",
        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