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

.kendo-multiviewcalendar --> WeekNumber column click event

4 Answers 92 Views
This is a migrated thread and some comments may be shown as answers.
Chathura
Top achievements
Rank 1
Chathura asked on 31 Jul 2019, 09:20 AM

HI,

I used "kendo-multiviewcalendar" component & i want to select whole week days related week number by clicking on the weeknumber.

is any options to enable this? or what is the way to implement it 

Like,

    selection

:week-number="true"

:selectable="'multiple'"

 

4 Answers, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 02 Aug 2019, 08:43 AM
Hi Chathura,

The described functionality is not supported in the MultiviewCalendar component but could be implemented using the Calendar component. 
The configurations we have to use are:
  • Adding week number with: :week-number="true"
  • Set the selectable configuration to "multiple:     :selectable="'multiple'"
  • We can set which week days to be selected using the disable-dates configuration: :disable-dates="['we', 'sa']"

Here is a demo demonstrating the usage of the above configuration: https://stackblitz.com/edit/9rguot?file=index.html 

Please check the provided example and let me know if it resolves your issue or if you have any questions regarding the implementation. 
Looking forward to your answer. 

Regards,
Petar
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Chathura
Top achievements
Rank 1
answered on 02 Aug 2019, 09:07 AM

Hi Petar.

I Appreciate your support.

 

previously I tried it. but it not fit to my requirement.

My requirement is,

I need three calendars like "img1.jpg" 

user wants to, 

  •       select multiple days between calendars.
  •       select whole week days by clicking on the week number like "calendar".

 

Regards,

Chathura

 

 

 

 

 

 

 

0
Petar
Telerik team
answered on 05 Aug 2019, 02:17 PM
Hi Chathura,

Thank you for the screenshot and the additional information provided. 

The desired functionality is currently not supported in Kendo UI in general and thus also in Kendo UI Wrappers for Vue

What I could suggest in this situation is to submit a Feature request in our Feedback portal. After submitting the Feature request, based on the community interest on it and our priority queue, we might consider implementing the desired functionality. I cannot surely say if and when the feature request will be implemented.

Regards,
Petar
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Chathura
Top achievements
Rank 1
answered on 06 Aug 2019, 04:06 AM

Hi Petar,

 

Thank you very much your feedbak, i'll submit a Feature request to your portal.

 

Regards,

Chathura

Asked by
Chathura
Top achievements
Rank 1
Answers by
Petar
Telerik team
Chathura
Top achievements
Rank 1
Share this question
or