This is a migrated thread and some comments may be shown as answers.

Range selection is not working with Start, Depth as month

2 Answers 71 Views
MultiViewCalendar
This is a migrated thread and some comments may be shown as answers.
VIJAY
Top achievements
Rank 1
VIJAY asked on 15 May 2020, 03:47 AM

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

Dojo link 

<div id="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar({
        views: 1,
        start: "year",
        depth: "year",
        selectable: "range"       
    });
</script>

 

Could you please help me on this?

2 Answers, 1 is accepted

Sort by
0
Accepted
Anton Mironov
Telerik team
answered on 18 May 2020, 02:50 PM

Hello, Vijay,

Thank you for the provided Dojo sample.

The Kendo UI MultiviewCalendar widget's range selection is designed for days. To achieve the same functionality for months, use the approach presented below:

https://dojo.telerik.com/OYinaLIb

I hope the example above is helpful to you.

 

Regards,
Anton Mironov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
VIJAY
Top achievements
Rank 1
answered on 19 May 2020, 10:29 PM
Thanks for your prompt reply. The given solution is worked for me...
Tags
MultiViewCalendar
Asked by
VIJAY
Top achievements
Rank 1
Answers by
Anton Mironov
Telerik team
VIJAY
Top achievements
Rank 1
Share this question
or