Unplanned
Last Updated: 12 Mar 2020 10:16 by ADMIN
Jurgen
Created on: 25 Feb 2020 12:42
Category: Scheduler
Type: Feature Request
12
Custom date range view
Provide a way to freely specify a start and end date for a date range which should not consist of every date between the start and end date.
3 comments
ADMIN
Svet
Posted on: 12 Mar 2020 10:16

Hi,

Thank you for the provided feedback.

Indeed, such functionality would be a great addition to the Kendo UI for Angular Scheduler component. We will track the demand for it and eventually add it to our RoadMap for future development.

Regards,
Svetlin
Progress Telerik

Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
G Walsh
Posted on: 05 Mar 2020 16:48

The need for custom date range is very strong for most b2b scheduling needs. There's no need to show Weekends when the business is closed. That's the majority of businesses in b2b. Not having this feature means there's wasted space taken up for days that cannot be scheduled. 

 

 

Jurgen
Posted on: 25 Feb 2020 14:02

Our use case is as follows.

We use the kendo scheduler for AngularJS with a custom view based on the timeline month view, providing the ability to show every Monday between two dates chosen by the user. Those Mondays are representations of weeks, so our timeline effectively shows (many) weeks in a condensed fashion. I was able to accomplish this by extending (jQuery-wise) the TimelineMonthView object and overriding the calculateDateRange function. This function then builds an array of (only) Mondays.

It would be really nice being able to build custom views or at least specify alternative date range calculation logic.