Navigates to the upper view.

Example

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

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

    calendar.navigateUp();
</script>
In this article
navigateUp
Not finding the help you need?
Contact Support