New to Kendo UI for jQueryStart 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 the different selection modes can be found in the Selection article.

Default: "single"

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

Check Selection for a live demo.

Not finding the help you need?
Contact Support