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

Selectable

configuration

By default user is able to select a single date. The property can also be set to "multiple" or "range". More information about multiple selection can be found in the Selection article.

Default: "single"

<div id="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar({
        selectable: "multiple"
    });
</script>

Check Selection for a live demo.

Not finding the help you need?
Contact Support