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

View

methods

Gets an instance of the current view used by the calendar.

Returns:Object

The instance of the current view used by the calendar.

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar();

    var calendar = $("#calendar").data("kendoCalendar");

    var view = calendar.view();
</script>
Not finding the help you need?
Contact Support