Telerik Forums
Kendo UI for jQuery Forum
1 answer
18 views

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?

Martin
Telerik team
 answered on 08 Feb 2024
0 answers
33 views
Hi,

Using this demo : https://dojo.telerik.com/oNEsiTeJ

On mac, using cmd + click or cmd + space or cmd + enter does not trigger the change event.

You need to use the arrow keys to move to the day you want then do cmd + click.

Is this expected ?
Thanks
Regards,
arnaud
Top achievements
Rank 1
 asked on 21 Nov 2023
1 answer
67 views
Is it possible to select all the days of the month by clicking the day name column header?  For example, I want all Mondays to be selected when I click MO in the calendar.  (This is similar to how we can select all the days of a week when the user clicks on the week number.)  I don't see this as being clickable in any of the demos, but am wondering if it can be exposed somehow.
Georgi Denchev
Telerik team
 answered on 06 Apr 2022
3 answers
203 views

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.

 

Tsvetomir
Telerik team
 answered on 01 Jul 2020
3 answers
251 views

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".

Tsvetomir
Telerik team
 answered on 27 May 2020
2 answers
71 views

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?

VIJAY
Top achievements
Rank 1
 answered on 19 May 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?