views Number (default: 2)

This property controls how many months to be shown at same time. By default it shows two months.

Example - show three months at same time

<div id="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar({
        views: 3
    });
</script>
In this article