Completed
Last Updated: 08 Jan 2021 08:52 by ADMIN
Jyotika
Created on: 09 Jul 2020 11:18
Category: DateRangePicker
Type: Feature Request
0
week span selection

hi,

Is there a way to select fixed multiple week span Monday to Sunday in an month as like in below link and screen shot

https://stackoverflow.com/questions/36879574/kendo-ui-datepicker-to-capture-by-week?rq=1

 

Regards,

Jyotika

3 comments
ADMIN
Anton Mironov
Posted on: 08 Jan 2021 08:52
Hi Jyotika,

I have prepared an example of how to achieve the same functionality as the calendar in the Scheduler. Find the example below. Within the change event of the Calendar, utilize the end and start variables to achieve any additional functionality"

https://dojo.telerik.com/UCAqIwef

As per the validation, you could add an if-clause and compare the start and end dates. There is internal validation of the DateRangePicker widget that would not allow the user to select an end date before the start date. 

https://dojo.telerik.com/eHuyEpaG

I hope you find this helpful.

 

Regards,
Anton Mironov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Anton Mironov
Posted on: 14 Jul 2020 16:27

Hi, Jyotika,

I have already responded to the same thread in the private system, however, I am sharing my response here as well:

Let me know if the issue is about the week number. Here is an article for this purpose:

Or you need some kind of selection like this:

Furthermore, please provide more specifications about the desired behavior for the week's selection.

It is recommended to avoid submitting duplicate tickets as this might lead to more difficult navigation in your past threads. I will be glad to assist you when I have more information.

 

Regards,
Anton Mironov
Progress Telerik

Jyotika
Posted on: 13 Jul 2020 07:13
any update?