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>