monthObject

Templates for the cells rendered in "month" view.

Example

<div id="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar({
        month: {
            content: (data) => `<span class="custom-cell">${data.value}</span>`,
            empty: (data) => `<span class="empty-cell">&nbsp;</span>`
        }
    });
</script>
In this article
monthRelated Properties
Not finding the help you need?
Contact Support