Completed
Last Updated: 24 Aug 2021 05:53 by ADMIN
Created by: Imported User
Comments: 1
Category: Scheduler
Type: Feature Request
4
can we show Time vertically in Timeline view 
Completed
Last Updated: 03 Sep 2021 05:10 by ADMIN
The timeline control currently restricts the users to select events from only one group. It must allow selection across the groups.

It does not make any sense in restricting the user to a group.

Also to deselect an event from selected events is not possible and the user has to deselect all the events and start from scratch. This seems to be a bug with this tool.
Completed
Last Updated: 03 Feb 2022 14:33 by ADMIN
Release 2022.R1.SP.next

When the dates for the current view are changed in Scheduler, the screenreaders do not read the new date.

Reproduction of the problem

1. Go to Keyboard Navigation Demo
2. Go to the arrow buttons in the toolbar and click 'Next' to change the date
3. Date changes to "Sunday, June 16, 2013 - ..."

Current behavior
The screenreaders do not inform the user that the date has been changed.

Expected/desired behavior
The user should be informed that the date has been changed.

Environment
Kendo UI version: 2021.2.616
Browser: [all ]

Completed
Last Updated: 25 Jan 2021 09:57 by ADMIN
Release 2021.R1.SP.next
Created by: Brightstar
Comments: 3
Category: Scheduler
Type: Bug Report
3

According to the documentation for Scheduler.select() this method should "Gets or sets the events (or slots) which are selected." But if I pass in an array of multiple uid elements it only selects the last item in the array.

Code

jsbin example: https://jsbin.com/nirisakavo/1/edit?html,js,output

Really just added a function to select all:

function SelectAll() {
  var scheduler = $("#scheduler").data("kendoScheduler");
  var allEvents = scheduler.data().map(function(val, i) { return val.uid; });
  scheduler.select(allEvents);
}

Repro

Click the 'Select All' button.

Expected: Selects all events.

Actual: Selects only last event.

 

Completed
Last Updated: 10 Jan 2024 09:04 by ADMIN

### Bug report

When typing in the built-in search box of the Scheduler, the spacebar does not insert a blank space as expected.

### Reproduction of the problem

Type in any word in the search tool and press the spacebar.

A Dojo sample for reproduction: https://demos.telerik.com/kendo-ui/scheduler/search-events

When using Kendo version 2021.3.1109 in the same scenario, the spacebar opens the Popup form for event editing.

A Dojo sample for reproduction: https://dojo.telerik.com/irUKIsEc

### Expected/desired behavior

When you press the spacebar, it should insert a blank space.

### Environment

* **Kendo UI version: 2022.2.510
* **jQuery version: 1.12.4
* **Browser: [all]

Completed
Last Updated: 04 Nov 2021 12:03 by ADMIN
Created by: Michael
Comments: 4
Category: Scheduler
Type: Feature Request
2
It appears that the view startDate/endDate are not yet updated when you hook in to the "navigate" event.  I need an event to be thrown after the view is changed, such as a "navigated" event.  If there is some other way to do this, please let me know.  If not, this seems like it would be an easy one to add.  Thanks!
Completed
Last Updated: 22 Nov 2021 14:38 by ADMIN
Created by: Desu
Comments: 0
Category: Scheduler
Type: Feature Request
2
What about set the default start time for currentTimeMarker. Currently currentTimeMarker follows the browser time.

This behaviour for each user login that has their own Time Localization.

e.g. User A has Sydney time zone (UTC+10.00 Melbourne) then server will send the specific time to the Scheduler and currentTimeMarker will start based on that particular time. Event if User A look at scheduler in PC that use Kuala Lumpur time zone (UTC+08.00 Kuala Lumpur).

Maybe add time Localization property for currentTimeMarker. But if it set null, it will follows current PC time.
Completed
Last Updated: 08 Jul 2021 10:47 by ADMIN
Created by: ram
Comments: 1
Category: Scheduler
Type: Feature Request
2
please provide us the scheduler with group by date not by resource
Completed
Last Updated: 18 Feb 2022 06:23 by ADMIN
Created by: Mych
Comments: 1
Category: Scheduler
Type: Feature Request
2
I have a need to create an event that will indicate a resources availability. This only needs to be a thin coloured block. Actual events will then be created along side the 'Availability' block. Basically we have the ability to create an event template. Need to be able to create two have assign the correct template based on what type of event it is. Also need the availability event to be rendered first so that it is always to the left on vertical views and at the top in horizontal views.
Completed
Last Updated: 27 Sep 2022 10:12 by ADMIN
Release R1.2023-Increment.1(09.Nov.2022)

Bug report

The recurring events are not rendered as expected in some scenarios depending on the start time set.

Reproduction of the problem

  1. Open the Dojo
    The difference between the first and the second event is the start time.

Current behavior

The first event is not rendered for every week, but it is rendered for every second week.

Expected/desired behavior

When the recurring rule is 'FREQ=WEEKLY' the event should be displayed every week, despite of its starting time.

The issue is a regression. The last working version is 2020 R1 SP1 (2020.1.219).

In 2020 R1 SP2 (2020.1.406) there is a bug related to missing events fixed with 2020.2.513. - Dojo with 2020.1.406
Starting with 2020 R2 (2020.2.513) the current behavior is introduced.

The issue might be related also to: #5978

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all ]
Completed
Last Updated: 09 Sep 2022 08:24 by ADMIN
Release 2022.R3

Bug report

When the dataSource for the resources is empty and the Month view is selected the 'Cannot read property 'firstChild' of undefined error is thrown in Scheduler.

Reproduction of the problem

  1. Open the Dojo and observe the browser console https://dojo.telerik.com/@NeliKondova/IvIJeLAw

Current behavior

'Cannot read property 'firstChild' of undefined error is thrown in Scheduler when the Month view is selected.

Expected/desired behavior

No error should be thrown with an empty resources dataSource in Scheduler.

The issue is a regression starting with 2020 R1 (2020.1.114) release

Environment

  • Kendo UI version: 2022.2.510
  • Browser: [all ]
Completed
Last Updated: 23 Mar 2021 09:34 by ADMIN
Release 2021.R1.SP.next

Bug report

Regression introduced in R3 2020 SP2. Possibly related to #6034

Reproduction of the problem

Dojo example.

  1. Attempt to drag first event to a slot before the one it starts in.

Current behavior

The event cannot be dragged/dropped over the desired slot. It is automatically placed over the first slot of the day it starts in.

Expected/desired behavior

The event can be dropped over the desired time slot.

Environment

  • Kendo UI version: 2021.1.224
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 17 Feb 2021 09:32 by ADMIN
Release 2021.R1.SP.next
Created by: SturmA
Comments: 2
Category: Scheduler
Type: Feature Request
1
When Scheduler data is loading, while waiting for the server response, there is no loading indicator rendered for the Agenda view. For example, such an indicator is displayed when loading the data in Day, Month, Timeline views. I would like to have the loading indicator in the Agenda view as well.
Completed
Last Updated: 18 Dec 2020 17:07 by ADMIN
Release 2021.R1

Bug report

The navigate event does not trigger when changing the view on a mobile device.

The event triggers back in version 2019.1.220.

Reproduction of the problem

  1. Open this example on a mobile device.
  2. Change the View.

Current behavior

The navigate event does not trigger when changing the view.

Expected/desired behavior

The navigate event should trigger.

Environment

  • Kendo UI version: 2020.3.1118
  • Browser: [all]
Completed
Last Updated: 27 Oct 2020 10:56 by ADMIN
Release 2020.R3.SP.next
Created by: Jim
Comments: 0
Category: Scheduler
Type: Bug Report
1

Bug report

Scheduler header is rendered incorrectly. Currently, the date is not visible and the buttons are not positioned correctly.

Reproduction of the problem

  1. Run the following demo

Current behavior

The date in the Scheduler is not visible and the buttons are not positioned correctly.

Expected/desired behavior

The date should be visible and the buttons should be positioned and styled correctly (Dojo)

Environment

  • Kendo UI version: 2020.3.915
  • Browser: [all ]
Completed
Last Updated: 12 Jan 2024 09:35 by ADMIN
Release R2.2023-Increment.1(15.Mar.2023)

When no height is set to the Scheduler the grouping does not expand in height to the rendered month views. 

Actual: https://dojo.telerik.com/UhoxowEh

Expected: https://dojo.telerik.com/UPiGosik

Completed
Last Updated: 16 Feb 2022 14:29 by ADMIN
Created by: Imported User
Comments: 1
Category: Scheduler
Type: Feature Request
1
Currently, the moveEnd handler contains e.slot and e.resources objects to provide information about the slot where the event was dropped. Please add the corresponding fields to the moveStart handler to identify where the move began.
Completed
Last Updated: 20 Sep 2021 13:59 by ADMIN
Created by: Daniel
Comments: 1
Category: Scheduler
Type: Feature Request
1
In date pickers in scheduler and occurence editor to easily be configured to show week numbers.
Completed
Last Updated: 15 Jul 2021 10:54 by ADMIN
Created by: Fabian
Comments: 1
Category: Scheduler
Type: Feature Request
1
The user might cancel moving an element by pressing the ESC key, but there is currently no event raised by the scheduler when this happens.
Completed
Last Updated: 22 Jul 2021 09:35 by ADMIN
Created by: Jeewananda
Comments: 1
Category: Scheduler
Type: Feature Request
1
Resources could be working for an organization or multiple organizations (i.e. doctor rounding multiple hospitals). It would help to have another level or multiple levels on top of Resources so they can be filtered. 
i.e. I can select Hospital A and then select all the doctors (resources) under Hospital A and look at all schedules for that resource.