We are evaluating the Kendo UI Component for product, and have a requirement to display the MultiViewCalendar control with month range selection
Based on the documentation tried with the following option and I am unable to select the range of the month
<div id="multiViewCalendar"></div><script> $("#multiViewCalendar").kendoMultiViewCalendar({ views: 1, start: "year", depth: "year", selectable: "range" });</script>
Could you please help me on this?
