Declined
Last Updated: 12 Mar 2021 12:53 by ADMIN
Created by: Igor
Comments: 2
Category: Scheduler
Type: Feature Request
1
Add the ability to use html tags in Scheduler resource
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
Unplanned
Last Updated: 23 Feb 2021 11:16 by ADMIN
Created by: Imported User
Comments: 1
Category: Scheduler
Type: Feature Request
2
Something that is missing is a way to list a start and end time for the grouped resources also known as shifts. In the scenario we are thinking of the scheduler is acting as an appointment book for employees(resources) to have appointments booked with them. On order to do that efficiently there needs to be a way to display that employees working hours hence the start and end time for those resources.
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.

 

Unplanned
Last Updated: 04 Jan 2021 13:42 by EK

Bug report

The empty space next to the event is needed if we want to add new event next to the one that we already have so it should be observed only if the editable setting is not false or {create: false}. If any of these is set the event should be 100%. https://demos.telerik.com/kendo-ui/scheduler/basic-usage

Reproduction of the problem

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

Current behavior

the event width takes all 90% of the width of the slot

Expected/desired behavior

the event width should take all the width of the slot

Environment

  • **Kendo UI version:2020.3.1118
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]
Unplanned
Last Updated: 11 Dec 2020 10:26 by ADMIN

Bug report

In Scheduler event, if the eventTemplate has a table, the add event is triggered when editing an existing task, resulting that both popups open and close instantly.

Reproduction of the problem

Open this dojo example. Choose an event and click the span containing the text "I have some icons here".

Current behavior

The add event popup shows together with the edit event popup.

Expected/desired behavior

Only the edit event popup should be displayed.

Environment

  • Kendo UI version: 2019.3.917
  • Browser: [all]
Unplanned
Last Updated: 04 Dec 2020 22:15 by ADMIN
Created by: jwize
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to have built-in Editor Button Template for the Kendo UI Scheduler's Event editor window instead of having to prepend and append to the k-edit-buttons class element.  

Thank you!

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).
Unplanned
Last Updated: 25 Nov 2020 13:53 by ADMIN
Created by: Ron Hary
Comments: 1
Category: Scheduler
Type: Bug Report
2

Please investigate this dojo sample:

https://dojo.telerik.com/IjIminuv

Even looking at the built-in Timeline view, one can see that the bottom gap is thinner in every group. However, switching to the TimelineEx view (that sets BottomRowOffset to 0), the problem is obvious...

Please address this computation error in the row-height...

Regards

Unplanned
Last Updated: 17 Nov 2020 10:26 by ADMIN
Created by: Steven
Comments: 3
Category: Scheduler
Type: Feature Request
1
I would like to be able to only see the days for the selected month when in month view.  Currently the calendar shows a set number of weeks and includes days from the previous/next month.   Some kind of setting to only show the days for the current month would be great.  
Unplanned
Last Updated: 16 Nov 2020 13:10 by Thomas

Bug report

When using the resize method the Scheduler's current time marker is not resized

Reproduction of the problem

  1. Run this dojo from this KB
  2. Note the horizontal scrollbar in the scheduler. For better representation collapse the Scheduler pane

Current behavior

The current time marker is not resized, screenshot for better representation:
image

Expected/desired behavior

The current time marker should be resized when using the resize() method

Environment

  • Kendo UI version: 2020.2.1023
  • Browser: [all]
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]
Declined
Last Updated: 13 Oct 2020 10:24 by ADMIN
Created by: Pallavi
Comments: 3
Category: Scheduler
Type: Feature Request
0

Hello

   I  wanted achieve some Changes in Agenda view of scheduler  Is it Possible

1. Want to drag and drop the event of Agenda page Up and Down

2. Calculate the total time of Event

3. After drag and drop the Event up and down the starting and Ending time of Event Change According to Total time

I am new in kendo UI so I don`t have any idea Is it possible to reflect this changes in Agenda page

attached SS please look forward It.

Thank You


Unplanned
Last Updated: 12 Oct 2020 09:39 by ADMIN

Feature in scheduler to display multiple vertical lines at configurable date/times like the below red lines in the screenshot.

We would like to use these lines to make it clear the period between two date/times to the user when viewing the Scheduler.



Styling of the line could be similar to the current time marker.