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

Week Number Column

The MultiViewCalendar enables you to render a column which displays the number of the weeks within the current Month view.

    <div id="multiViewCalendar"></div>
    <script>
        $("#multiViewCalendar").kendoMultiViewCalendar({
            weekNumber: true,
            messages: {
                weekColumnHeader: "Wk"
            }
        });
    </script>

See Also

In this article
See Also
Not finding the help you need?
Contact Support