Unplanned
Last Updated: 05 Jan 2022 08:52 by ADMIN
Created by: Paul
Comments: 0
Category: Scheduler
Type: Feature Request
0
At present you can only drag events in increments of 30 minute. I would like to be able change this to 15 minutes or 5 minutes depending on need.
Unplanned
Last Updated: 28 Dec 2021 10:44 by ADMIN
Created by: Tobias
Comments: 3
Category: Scheduler
Type: Feature Request
5

Hello everyone,

 

are you planning on implementing the feature to select multiple events and drag them onto another date, like it is possible in jQuery?
http://demos.telerik.com/kendo-ui/scheduler/selection?_ga=2.126584516.852324468.1575276456-1228880553.1535611602

Or should I open a new Feature Request?

 

Best regards

Tobi

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 ? 

Unplanned
Last Updated: 22 Dec 2021 06:38 by Varun
Created by: Lance
Comments: 1
Category: Scheduler
Type: Feature Request
3

Hi,

Can we have search functionality for the Kendo Scheduler for Angular, similar to the functionality in the Microsoft Outlook and Google Calendars?

Thanks,

Lance

Unplanned
Last Updated: 13 Dec 2021 13:37 by ADMIN
Created by: Kevin
Comments: 1
Category: Scheduler
Type: Feature Request
2

DragEventEnd.Resources contains the resources associated with the slot at the end of the drag.

It would be great if we could get the resources associated with the slot at start of the drag.

 

https://stackblitz.com/edit/angular-kvvttz?file=app/app.component.ts

 

For example in the given stackblitz, we want to drag from Alex to Charlie, and this would update the event attendees to Bob and Charlie.

We can only do this if we know what the resource we started with and the resource we ended at.

Unplanned
Last Updated: 10 Dec 2021 07:36 by ADMIN
Created by: Kevin
Comments: 1
Category: Scheduler
Type: Feature Request
5

When using Group By Resource, can we expose the associated resource(s) to the date

 

For example given

 

We would have

* { date: 6/20, resource: room 101 }

* { date: 6/21, resource: room 101 }

....

* { date: 6/20, resource: room 201}

...

 

Unplanned
Last Updated: 03 Dec 2021 09:28 by ADMIN
Created by: Pooja
Comments: 0
Category: Scheduler
Type: Feature Request
3

If we have more all-day events, the entire screen takes up the space for that, and reaching to scheduler table is not a good experience and sometimes we can't even scroll up to that block.

https://stackblitz.com/edit/angular-txfrl5

 

Improvements are needed for the Scheduler view slots as well, for example, if a month view slot has many events:

https://stackblitz.com/edit/angular-bfsecq

 

Unplanned
Last Updated: 11 Nov 2021 11:45 by ADMIN
Created by: Damian
Comments: 0
Category: Scheduler
Type: Feature Request
3

Provide the ability to drag and drop items from Grid to Scheduler:

https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/interaction/drag_and_drop_grid_scheduler

Regards

Unplanned
Last Updated: 02 Nov 2021 12:41 by Jean Pita
Created by: Jean Pita
Comments: 1
Category: Scheduler
Type: Feature Request
5

Please provide an option that allows to completely hide (not render) specific weekdays from the Scheduler views.

Thank you

Duplicated
Last Updated: 27 Sep 2021 07:45 by ADMIN
Created by: Georgi
Comments: 0
Category: Scheduler
Type: Feature Request
1

Introduction

Currently the properties workWeekStart and workWeekEnd are exposed by the following Kendo UI for Angular Scheduler component.

WeekViewComponent and WorkWeekViewComponent both use these properties:

  • The week view only greys-out the non-working days of the week
  • The work week view hides them altogether

The scheduler also offers a TimelineWeekView component, which, as expected, greys-out the non-working days.

 

What this feature request is about

  • Add a TimelineWorkWeekView which hides the non-working days just like the WorkWeekView does.

 

Additional info: created after looking at this issue in the Kendo-Angular repo.

Completed
Last Updated: 27 Sep 2021 07:43 by ADMIN
Created by: CTK
Comments: 2
Category: Scheduler
Type: Feature Request
1

Add Timeline Month View for Timelines like in jQuery

https://demos.telerik.com/kendo-ui/scheduler/timeline

Duplicated
Last Updated: 03 Sep 2021 07:07 by ADMIN
Created by: Varun
Comments: 9
Category: Scheduler
Type: Feature Request
12

Please provide an option that allows to drag the Scheduler cells in order to define the time span when creating a new event. The behavior should be the same as the one demonstrated in the following example:

http://dojo.telerik.com/eqUgI

Thank you

Declined
Last Updated: 27 Jul 2021 11:41 by ADMIN

Steps to reproduce:

1. Run application and open the schedule component

2. Start drag the element on schedule to new place and drop it.

After that whole schedule component will blink(in Chrome, for example, all OK).

Completed
Last Updated: 27 Jul 2021 11:39 by ADMIN
Created by: Dzmitry
Comments: 1
Category: Scheduler
Type: Bug Report
0

Custom editing in reactive forms within EditDialogTemplateDirective causes udefined error at EditDialogComponent.titleInput .

Reproducible at example https://www.telerik.com/kendo-angular-ui/components/scheduler/editing/custom-reactive-editing/

 
Declined
Last Updated: 13 Jul 2021 13:03 by ADMIN
Created by: Eric
Comments: 2
Category: Scheduler
Type: Feature Request
0

Hello!

My team has identified a need for a sticky header on the scheduler.  Essentially when scrolling down through a large scheduler, we would like an option for the header to be "sticky" or remain visible atop the scheduler as you scroll.  We are unsure how difficult this would be, but allowing users to retain the resource reference regardless of how far they scroll would be very helpful!!!  If this is not descriptive enough please feel free to let me know, and I can find some examples!

Thank you!

-Eric Reed

Declined
Last Updated: 22 Jun 2021 14:31 by ADMIN
Created by: Imported User
Comments: 1
Category: Scheduler
Type: Feature Request
3
Add supporting Angular ng-show/ng-hide on kendo scheduler template
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.
Declined
Last Updated: 22 Jun 2021 13:43 by ADMIN
Created by: Fred
Comments: 1
Category: Scheduler
Type: Feature Request
1
For the future Scheduler component it would be very useful to have frozen resource columns. This would allow a much more pleasant user experience when working with many resource columns. Especially when there is a need to drag and drop appointments/events from one resource to another and they are physically separated by a lot of other resources columns.
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: 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