Unplanned
Last Updated: 05 May 2022 11:18 by ADMIN

For Angular Kendo Scheduler, if the Work week view is selected (default Mon-Fri), and Sunday is selected on the mini calendar to select the date to display - the previous week will be displayed. This is confusing, as simply toggling to Week view will then display the different, current week.

https://www.telerik.com/kendo-angular-ui/components/scheduler/views/day-week/

Expected behaviour: current week on mini calendar corresponds to the current week displayed regardless of whether full week or work week view is selected

Actual behaviour: selecting any day up until the desired "work week's start" (even if it's customized to start on e.g. Tuesday - and selecting Monday) will show previous week; switching then to full week view switches the week displayed to the one selected on mini calendar

------

Curiously, this does not happen for Kendo scheduler for JQuery (https://demos.telerik.com/kendo-ui/scheduler/index):

Unplanned
Last Updated: 26 Apr 2022 13:01 by Benedikt
Created by: Benedikt
Comments: 0
Category: Scheduler
Type: Feature Request
10

Add a template that would allow customizing the empty cells in the header section of the Scheduler component (e.h. in multi-day-view).

 

Related ticket: 1562343

Unplanned
Last Updated: 25 Feb 2022 15:08 by Xiao
Created by: Xiao
Comments: 0
Category: Scheduler
Type: Feature Request
2

Hi,

Please provide a function that allows getting the next occurrence of a recurring event similar to the following functionality in Kendo UI for jQuery

https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/various/get-next-occurrence

thanks

Unplanned
Last Updated: 22 Feb 2022 08:02 by Andrius
Created by: Andrius
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi,

Providing a footer template for the Scheduler component will be a valuable addition to customizing the component.

Thank you.

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
6

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