Hi,
my application uses the multiview-calendar with e.g. 5 views (months)
It allows more than that to scroll through, so the min-max enables a whole Year or so.
I would like to be able to scroll the calendar to a specific day, without setting min- and max, (this removes the dates outside from selectable) and without selecting that day (keep any recent selection of the user, at least at long as it is in the min-max range)
Do we have a way to achieve this?
Thank you,
Best regards
Stephan
Dear developer:
I made a calendar to user with kendoMultiViewCalendar , but I didn't know how to append a hyperlink to each date.
Each gridcell HTML was looked like:
<td role='gridcell' class>
<a tabindex="-1" class="k-link" href="#" data-vale="2024/0/18"> 18</a>
</td>
I tried to use template to do it, but found out that I only could make some style on the "data.value", was not able to change the attribute "href" of the up node "a" .
Could anyone help me with that?
Can someone help me - try as I might I am unable to get the current visible date range displayed on the MultiViewCalendar.
I am clearly missing something but have been over the doco and can not find this.
Our application needs to load data based on the current range of dates visible.
I have it in month with 2 views so need to know the first date and last date of the display range.
I am sorry as I am sure this is super easy.
Thanks in advance.
Could you please suggest how to display the MultiViewCalendar with Classic Component style like[The month needs be present in between the left and right arrow]?
Also when the View is defined as 1, is it possible to display Month header as like "March 2020" instead of "March 2020 - March 2020".
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?