Declined
Last Updated: 18 Jul 2023 15:18 by ADMIN
Created by: Lance
Comments: 1
Category: Scheduler
Type: Feature Request
2

Please provide a frozen/sticky column headers functionality for the Scheduler.

thanks

Duplicated
Last Updated: 28 Dec 2021 10:22 by ADMIN
Created by: JMB
Comments: 5
Category: Scheduler
Type: Feature Request
2

Hi,

We are currently migration from jquery scheduler to angular scheduler and we are missing few feature : event selection and range creation

https://demos.telerik.com/kendo-ui/scheduler/event-selection

Any plan for this features in angular scheduler ? 

Declined
Last Updated: 16 Jun 2021 13:27 by ADMIN
Created by: ram
Comments: 1
Category: Scheduler
Type: Feature Request
2
transpose scheduler view by top time and left day view is it possible to achive in kendo ui angular
Declined
Last Updated: 14 Jul 2023 09:35 by ADMIN
Created by: Samuel
Comments: 1
Category: Scheduler
Type: Feature Request
2

Please provide a callback that is executed for each event part and returns a class. That feature would allow to assign a separate class for each event part and consequently the event parts would be able to be styled differently. For example an event in the month view that spans across two weeks would be able to be styled per each line:

Declined
Last Updated: 16 Jun 2021 13:24 by ADMIN
Created by: ram
Comments: 1
Category: Scheduler
Type: Feature Request
2
is there a way for undo or redo for scheduler event else how we can achieve those feature in kendo ui Angular
Declined
Last Updated: 14 Jul 2023 10:00 by ADMIN
Created by: Paul
Comments: 3
Category: Scheduler
Type: Feature Request
2
Add the ability to set the start and stop for business hours for specific days.
Completed
Last Updated: 11 May 2022 13:27 by ADMIN
Created by: Ivan
Comments: 3
Category: Scheduler
Type: Feature Request
2
Would like to have selection for event tiles for scheduler that is different from focused state, it should be preventable and set via API.
Declined
Last Updated: 04 May 2023 06:31 by ADMIN
Created by: alex51482
Comments: 2
Category: Scheduler
Type: Feature Request
2

Is it possible to create customized Angular Scheduler Event Forms?

I looked at the example from your documentation and I don't see a way to add additional form controls?

 

Declined
Last Updated: 11 Jul 2023 14:55 by ADMIN
Created by: Kevin
Comments: 4
Category: Scheduler
Type: Feature Request
2

Kendo UI for jQuery had `k-today` class for today.

 

Would be great if this feature was in Angular

Unplanned
Last Updated: 17 Sep 2024 05:56 by Pooja

Hi,

Currently, the 'More Events' button is not accessible through keyboard navigation, and it would be helpful if it could be made accessible.

Unplanned
Last Updated: 02 Sep 2024 07:32 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Scheduler
Type: Feature Request
1

In the Agenda view of the Kendo Scheduler, multi-day events that are not marked as "All Day" are currently displayed with a time range of 12:00 AM - 12:00 AM for intermediate days. This is incorrect and should be updated to show "All Day" for these days.

Steps to Reproduce:

Create a multi-day event (e.g., September 1, 12:30 PM to September 5, 3:00 PM).
Ensure the event's 'isAllDay' property is set to 'false'.
View the event in the Agenda view.
Expected Behavior:

Start date (September 1) shows the start time (12:30 PM).
End date (September 5) shows the end time (3:00 PM).
Intermediate days (September 2 to 4) display "All Day" instead of 12:00 AM - 12:00 AM.
Actual Behavior: Intermediate days display 12:00 AM - 12:00 AM. They should display "All Day" to accurately represent the event spanning these days.

Example of current and desired rendering - https://stackblitz.com/edit/angular-lhne15?file=src%2Fapp%2Fapp.component.ts

Currently, it can be achieved with a template, but it will be nice if it's handled internally. 

Unplanned
Last Updated: 27 Jul 2023 12:10 by Marc
Created by: Marc
Comments: 0
Category: Scheduler
Type: Feature Request
1

Please provide a TimeLineMultiWeekView. It should allow the TimeLine view to display a start date from one month up to an end date in the following month. It should be similar to the available MultiWeekView.

thank you

Unplanned
Last Updated: 01 May 2024 05:50 by Hubert Frick

It will be a good addition to the component if an option like layout is provided to adjust the action buttons of the editing dialog. Similar to the following Dialog demo:

https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/action-buttons/#toc-using-the-actions-component

 

Unplanned
Last Updated: 07 Apr 2023 07:43 by Raj
Created by: Raj
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi,

It will be a good addition to the Multi-Week view if a header template was introduced to customize the content inside the header.

 

Unplanned
Last Updated: 31 May 2024 08:53 by Izzy
Created by: Izzy
Comments: 0
Category: Scheduler
Type: Feature Request
1

Currently, all events are set min-height of 25px. That causes the visually improper display of events:

Screenshot 2024-05-27 at 17 49 37

Removing the applied min-height style will make sure that the events are visually positioned as expected, but the events' titles will be partly or fully hidden:

Screenshot 2024-05-27 at 18 02 05

A workaround based on custom CSS is demonstrated in the following example: 

https://stackblitz.com/edit/angular-bvh7fq-1s3ub7

 

 

Unplanned
Last Updated: 22 Feb 2024 11:38 by Mark
Created by: Mark
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi, Team! 

I would like to request an adaptive rendering feature for the Kendo UI for Angular Scheduler component similar to the one present in the Kendo UI for jQuery library:

https://docs.telerik.com/kendo-ui/controls/scheduler/adaptive-rendering

 

Unplanned
Last Updated: 15 Jan 2024 09:49 by Arpitha
Created by: Arpitha
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi,

A template for the load more button will allow flexibility to display more information about the events or other content. The template should also provide the events for the specific date which will help in scenarios where the button should show how many events are hidden.

Example use case:

 

Unplanned
Last Updated: 27 Nov 2023 07:39 by IT Administration
Created by: IT Administration
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi,

Please provide a multiple-selection option using the ctr + click shortcut.

thank you

Unplanned
Last Updated: 19 Jun 2024 10:14 by Hasitha
Created by: Hasitha
Comments: 0
Category: Scheduler
Type: Feature Request
1

Currently, Kendo UI for Angular Scheduler requires recurrenceExceptions to match the start date time. If the recurrenceExceptions time doesn't match the event start time, then the exception doesn't work which might confuse the user or developer using the component.

Example - https://stackblitz.com/edit/angular-d32nfp-e9ybqn?file=src%2Fapp%2Fapp.component.ts

The 06/09 event should not render, but due to the time difference in the start and exception date, it renders the event.

The same will go for editing if an event has a recurrenceExceptions, and the user edits the series by changing the start time, it will render the event in the exception time due to that change:

https://stackblitz.com/edit/angular-zh12c4-h8hvq4?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts

Edit the series and change the start time to see that the event will also be rendered on the exception date which is the 10/21/2020.

However, there are numerous scenarios where users need more flexibility in defining recurrenceExceptions based on broader criteria, rather than strict start time matching. In such case it will be nice to have more control and for the reccurenceExceptions to not depend on the event start date time.

Declined
Last Updated: 22 Jun 2021 14:14 by ADMIN
Created by: Fred
Comments: 1
Category: Scheduler
Type: Feature Request
1
We are currently developing an Angular solution for our client. We are migrating from a Silverlight based solution, which had the Telerik Silverlight RadScheduleView integrated. The RadScheduleView was used in a context with a lot of resources (150+) displayed at once, making up for a large number of columns. This made scrolling through such a structure difficult. Luckily, the scrolling process was configurable through 2 properties: one defining the position relative to the margin where scrolling begins and one defining the speed of the scroll. 
While we are trying to migrate the solution to Angular, the closest thing we have to the old RadScheduleView is the kendo UI for jQuery Scheduler component. The integration can take place more or less in a smooth way, but a problem which we still have is scrolling. In the jQuery Scheduler it is no longer possible to tinker with the same properties/configuration items as before in RadScheduleView. Unless one is willing to modify the internal kendo UI sources (kendoDraggable AUTO_SCROLL_AREA). This is not a desirable solution and I hope this will be addressed in the Scheduler Angular component.