Completed
Last Updated: 27 May 2021 17:22 by ADMIN
Release 2021.R2
Created by: Paul
Comments: 11
Category: Scheduler
Type: Feature Request
34
It would be very useful from a visual and functional perspective to be able to view scheduler items in a year view, that seems to be currently unsupported.
Completed
Last Updated: 27 May 2021 17:21 by ADMIN
Release 2021.R2
Created by: Matthias
Comments: 8
Category: Scheduler
Type: Feature Request
60
Allow to have different child groups for each parent group

Example:
 ___________________________________
 Meeting Room 101     |   Meeting Room 201
 ___________________________________
 Alex  |  Bob                 |   Charlie
 ___________________________________
Completed
Last Updated: 17 May 2021 12:31 by ADMIN
Release 2021.R2.SP.next
Created by: Karl
Comments: 1
Category: Scheduler
Type: Bug Report
0

jQuery.Deferred exception: $ is undefined tt@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:25403
te@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:941
ne@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:1027
Se@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:6785
saveAsPDF/<@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:58:6431
e@https://.../sites/pmo/SiteAssets/js/jquery-3.5.1.min.js:2:30005
l/</t<@https://.../sites/pmo/SiteAssets/js/jquery-3.5.1.min.js:2:30307
 undefined

undefined on $

jQuery alias does not exist with the noConflict()

Cannot use Export to PDF.

Completed
Last Updated: 21 Apr 2021 14:30 by ADMIN
Created by: Amitesh
Comments: 3
Category: Scheduler
Type: Feature Request
13
There should be the ability to show resources (this is multiple resources) without grouping. All resources will show in a line. This would have worked in our case where we have employees and sub-contractors as two different set of resources but cannot be grouped. We needed to show both the sets on the scheduler at the same time and also assign events across to both sets (so an event can belong to an employee and sub-contractor). The two sets cannot be combined into one resources collection as the resources can have the same Ids
Completed
Last Updated: 21 Apr 2021 14:29 by ADMIN
Created by: icebits
Comments: 2
Category: Scheduler
Type: Feature Request
15
I got 2 "views" sharing same page, Scheduler is on the second/hidden view and only show/trigger when user select to view it. Therefore, I need Autobind to be false (same feature as exists on other controls like Gridview), to prevent Scheduler auto populate at the initial stage. Second, I need to parse additional parameter during read/fetch data from Scheduler. Thanks.
Completed
Last Updated: 21 Apr 2021 14:27 by ADMIN
Created by: Shawn
Comments: 4
Category: Scheduler
Type: Feature Request
6
At the moment the Scheduler allows multiple appointment selection with Ctrl key held down. I would like to be able to choose between Single or Multiple selection mode, just like a Combobox. I believe there are real and valid use cases to restrict users to 1 selection at a time.
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: 02 Mar 2021 14:44 by ADMIN
Release 2021.R1.SP.next
Created by: Thor Ludvig
Comments: 0
Category: Scheduler
Type: Bug Report
0

Bug report

search textbox can't be localized in scheduler

Reproduction of the problem

https://dojo.telerik.com/@zdravkov/OHOfaHAb

Current behavior

search textbox placeholder and title are not localized

Expected/desired behavior

search textbox placeholder and title should be localized

We should also improve the localization settings on the server side as suggested in ticket: 1501795

Environment

  • **Kendo UI version: 2020.3.1118
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: 09 Feb 2021 09:15 by ADMIN

See https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/appearance/set-event-color-in-the-template

The example shows how to style the content of the event, but borders stay in the old color.

Additionally, images are broken.

 

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: 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: 30 Nov 2020 14:15 by ADMIN
Created by: Massimiliano
Comments: 4
Category: Scheduler
Type: Feature Request
47
Kendo Scheduler should have iCalendar Export (in similar way to ASP.NET Ajax Scheduler).
Completed
Last Updated: 12 Nov 2020 14:47 by ADMIN
Release 2020.R3.SP.next

Bug report

The Scheduler generates an additional event when a recurrenceRule with an end date and nth occurrence is used.
RRULE:WKST=MO;FREQ=MONTHLY;INTERVAL=1;BYDAY=TH;UNTIL=20201015T045959Z;BYSETPOS=4 should create an event, occurring every fourth Thursday until 15Oct2020. The scheduler will display an additional event on the 22Oct2020. Creating an event and manually configuring the recurrenceRule for an event, occurring every fourth Thursday until 15Oct2020 will result in the same behavior.

Reproduction of the problem

  1. Run this dojo
  2. Navigate to Oct2020

Current behavior

An event is displayed for 22Oct2020

Expected/desired behavior

No event should be displayed for 22Oct2020.

Environment

  • Kendo UI version: 2020.3.915
  • Browser: [all]
Completed
Last Updated: 10 Nov 2020 14:18 by ADMIN
Release 2020.R3.SP.next
Created by: Joshua
Comments: 0
Category: Scheduler
Type: Bug Report
0

Bug report

When creating a new recurring event in the Scheduler, the recurrenceRule does not contain WKST parameter (the first day of the week in the Scheduler). If you edit an existing recurring event, the WKST value is added to the recurrenceRule.

Reproduction of the problem

  1. Open a Scheduler demo - https://demos.telerik.com/kendo-ui/scheduler/index.
  2. Open the Network tab and create a new recurring event. The WKST value is missing.
  3. Edit the same event - the WKST value will be added to the recurrenceRule.

Current behavior

The WKST value is not added to the recurrenceRule when creating a new recurring event.

Expected/desired behavior

The WKST value should be added when creating a recurring event.

Environment

  • Kendo UI version: 2020.2.617
  • 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: 15 Oct 2020 07:17 by ADMIN
Release 2020.R3.SP.next

Bug report

The Scheduler configured with remote dataSource, vertical grouping and with autoBind: false, throws an error "Cannot read property 'firstChild' of undefined" and the Scheduler layout is not rendered. The behavior is a regression introduced with Kendo UI v 2020.1.114

Reproduction of the problem

  1. Run this dojo

Expected/desired behavior

No error should be thrown with the above configuration.

Environment

  • Kendo UI version: 2020.2.513
  • Browser: [all]
Completed
Last Updated: 09 Oct 2020 06:55 by ADMIN
Release 2020.R3.SP.next
Created by: Marlon
Comments: 2
Category: Scheduler
Type: Bug Report
0

Hi all,

The following occurs to me when I have culture enabled. It seems a bug in the Scheduler end-date datepicker (editor popup, recurrence end-date) for at least in Firefox & Kendo 2020.2.617 (and higher versions).

When I want to end a recurrence by filling the end-date... the dates are missing. As you can see in the screenshot and link: https://dojo.telerik.com/OfIVozUY/2

How to fix this?

Thx in advance!

With kind regards,
Marlon

 

 

Completed
Last Updated: 06 May 2020 14:23 by ADMIN

Hi there, 

 

We are currently in the process of developing a booking/rota system utilising the latest build of the Kendo UI JQuery library and during internal testing we've spotted a bug in the creation of recurrence events within the scheduler control whereby "weekly" recurrences are created with numerous "gaps" in the scheduled events.   

 

To re-create this is quite simple,

1. Create a page containing a Kendo Scheduler control and configure pretty much with defaults (but allowing for the creation of weekly recurrent events).

2. Navigate to a specific month - the one we've been using to reproduce is June 2020.  (Don't think it matters which scheduler view you use).

3. Create a new event and set the recurrence rule to be:

  • Weekly
  • Every Mon, Tue, Wed, Thu, Fri
  • Start on 1st June 2020
  • End on 30th June 2020

4. Save the event.

You should see that most of the events are created, however for all but the first week in the recurrence the events that should be created on the Mondays and Tuesdays are missing.

I've done some digging around within the development console across a few different current browsers, and it looks to be a bug in the SchedulerDataSource "expand" method.   If you add an event with a recurrence rule specified as follows:

FREQ=WEEKLY;UNTIL=20200630T235959Z;BYDAY=MO,TU,WE,TH,FR

and then call the "expand" method on the data-source to split this into multiple events, you'll see that you actually end up with 14 events returned, rather than the correct 20.

This functionality is fairly critical to our current project, so would appreciate any feedback/response as soon as possible please.   Happy to provide further explanatory notes etc...if needed.

 

Many thanks

 

Jonny

 

 

 

Completed
Last Updated: 13 Jan 2020 09:16 by ADMIN
Release R1 2020
Created by: Narendra
Comments: 3
Category: Scheduler
Type: Bug Report
0

hello,

 

we recently upgraded the kendo from 2018 r1 to latest release. looks like there is a bug in the scheduler. With the server filtering and server operation true, I am unable to add Event(before upgrade it's fine).

check the dojo https://dojo.telerik.com/EhaXemiz 

 

can you please look into it.

 

Thanks,

Narendra