Unplanned
Last Updated: 24 May 2024 16:08 by Vani
Created by: Vani
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I would like to request the inclusion of a PDF template property to allow the printed PDF page to have a custom layout like the Kendo UI Grid's page-template in this live demo.  For example, adding a title to the top of the page.  

Thank you!

Unplanned
Last Updated: 29 Apr 2024 06:50 by William

Currently, when interacting with the "More Events" button:

The widget navigates to the "Day View" by default - if it happens to be present. It would be beneficial if there is a configuration that allows explicitly dictating the navigation behavior.

Unplanned
Last Updated: 11 Apr 2024 07:36 by Frieder
Created by: Frieder
Comments: 0
Category: Scheduler
Type: Feature Request
2
Expose the ability to split the Scheduler content into standalone pages.
Unplanned
Last Updated: 26 Mar 2024 07:15 by Anton
Created by: Anton
Comments: 0
Category: Scheduler
Type: Bug Report
0

Describe the bug
When there is an event that lasts multiple days, but is not an all-day event the title and the up arrow overlap, thus it makes the reading of the title harder.

To reproduce
Open the Dojo - https://dojo.telerik.com/@NeliK/IruYeGEc

Expected behavior
The arrow and the title should be rendered with some margin

Screenshots
image

Workaround

 .k-event-template{
      margin-top: 8px !important;
    }

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material
  • theme-tasks

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery
  • Kendo UI for Angular
  • Kendo UI for React
  • Kendo UI for Vue

Affected browsers (please remove the unneeded items)

  • All
Unplanned
Last Updated: 25 Mar 2024 10:20 by Barbara

Bug report

If a Scheduler event's start time is set differently than :00 or :30, the event will be dropped in an incorrect slot when snap is enabled. The start time in the hint is also incorrect.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/oSaQUCOp/13
  2. Drag the event to 2:00 AM and drop it. Notice that the start time in the hint is also incorrect when the event is over the 2:00 AM slot.
  3. Drop the event

Current behavior

The event will be placed at 2:19 AM instead of at 2:00 AM

Expected/desired behavior

The event should be placed at the dropped slot.

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
Unplanned
Last Updated: 14 Mar 2024 09:00 by Barbara

Bug report

If the snap option is set at runtime the drag hint of the events starts having wrong height.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliK/ilaziJEr
  2. Try to disable and enable the Switch at the top ( you may need to disable and enable multiple times)
  3. Drag the event

Current behavior

After changing the snap option at runtime as a result the drag hint height is correct when the snap is set to false, but it has wrong height when the snap is enabled.

Expected/desired behavior

The drag hint should have the same height as the dragged event.

Workaround

move: function(e){
				
          var dragHintEl = $('.k-event-drag-hint')
          var dataUid = $('.k-event-drag-hint').attr('data-uid')
          var event = $('.k-event[data-uid="'+ dataUid +'"]:not(.k-event-drag-hint)')         
          var height = $(event).height()
          $(dragHintEl).height(height)

        },

Dojo - https://dojo.telerik.com/@NeliK/aZArEdof

Environment

  • Kendo UI version: 2024.1.130
  • Browser: [all ]
Unplanned
Last Updated: 11 Mar 2024 10:19 by Andy F.

Bug report

If an all-day event is resized to multiple days and then the user tries to resize the event back to one day, the event is not always resized.

Reproduction of the problem

  1. Open the Scheduler Demos - https://demos.telerik.com/kendo-ui/scheduler/move-resize
  2. Try to resize Alex`s birthday (06/14) or Bob's Birthday (on 06/29) to multiple days
  3. Then try to resize the event back to a single day

Current behavior

The issue is occasionally reproducible and does not occur for all all-day events. The event is resized back only if the user tries to drag the mouse down and then resize. Here is a screencast - https://somup.com/cZeX6QpRlX.

Expected/desired behavior

It should be possible to resize back the all-day events back to one-day duration without moving the mouse down.

Environment

  • Kendo UI version: 2024.1.130
  • jQuery version: x.y
  • Browser: [all ]
Unplanned
Last Updated: 19 Feb 2024 13:02 by ADMIN
Created by: Barbara
Comments: 0
Category: Scheduler
Type: Feature Request
0

Hi,

Currently the Scheduler has no option to limit the axis of the drag and drop.

Kendo.Draggable already has this feature, however setting it in the scheduler has no effect.

https://docs.telerik.com/kendo-ui/api/javascript/ui/draggable/configuration/axis

in this dojo i have a little workaround to achieve this behavior.

https://dojo.telerik.com/oWuvUsIt

 

 

Unplanned
Last Updated: 30 Jan 2024 14:12 by Stig

Bug report

If you configure a Scheduler's endTime (e.g. 16:15), and you have an event that ends past that endTime (e.g. 16:30), the event will not be properly visible.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/esihUMUv/8
  2. Scroll to the 3 PM slot, where a Tennis Practice event should be scheduled

Current behavior

The Tennis Practice event is only briefly visible

Expected/desired behavior

The event should be visible respecting the view's endTime

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
Unplanned
Last Updated: 14 Dec 2023 15:19 by ADMIN

As for the current version of the Telerik Scheduler, if using the Adaptive Rendering Mode for the Scheduler

 .Mobile(MobileMode.Auto)

the Adaptive Slot Height feature (https://demos.telerik.com/kendo-ui/scheduler/adaptive-slot-heightdoes not work for a mobile screen in a Month view. Due to  this, there is no opportunity to dynamically change the height of the slots in a Month view so that they can fit the events in the specific slot. Thus, in case dots standing for the events in a month view are customized and replaced by regular events, the scheduler cells do not change their height to account for the events number. The only options to display all the events per day in a month view on a small screen are now either to make the height of all scheduler cells really big (not user friendly) or decrease the height of the events depending on their number to fit them in a cell (not desirable behavior).

Taken all this into consideration, adaptive rendering mode needs the same adaptive slot height feature which exists now only for a regular mode of the scheduler.

Unplanned
Last Updated: 20 Nov 2023 13:50 by Olya

### Bug report

When using the Scheduler on a mobile device and trying to edit an existing event through the Month view, the editor template does not load the event details. The Scheduler opens an empty editor to create a new event.

image

### Reproduction of the problem

1) Create a Scheduler and enable its adaptive rendering (mobile: true).

2) Open the Scheduler on a mobile device and select the Month view.

3) Try to edit an existing event.

4) The opened editor template does not load the event details.

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

### Expected/desired behavior

The events must be editable when using the Month view, and the adaptive mode is enabled.

### Environment

* **Kendo UI version: 2023.3.1114
* **jQuery version: 3.7.0
* **Browser: [all]

Completed
Last Updated: 04 Jun 2024 06:03 by ADMIN
Release 2024 Q1

Bug report

If you resize the DevTools pane after destroying the Scheduler, a "Cannot read properties of null (reading 'getKendoToolBar')" error is thrown.

Regression introduced with 2022.2.621

Reproduction of the problem

  1. Open this example - https://runner.telerik.io/fullscreen/UNuJiGIR/5
  2. Open the DevTools and resize the pane so that the page would be ~30% width.

Current behavior

An error is thrown after resizing the pane.

Expected/desired behavior

No error should be thrown after resizing the pane.

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all]
Under Review
Last Updated: 30 Oct 2023 07:40 by ADMIN
Dojo:
https://dojo.telerik.com/oGUnEtUR/2
Dojo has also been added as attachment

Setup:
Using a timeline view with grouped resources.
Select a timeframe (12 PM - 01 PM).

Use case:
We'd like to display when attendees are busy/available and let the user select a reasonable time for a new event where all or most attendees are available.
In the dojo-example, the user can select the timeframe 12:00 PM - 01:00 PM, but only for one Attendee (one row).
We'd like all slots in the timeframe 12:00 - 01:00 PM to be highlighted.

Event creation is irrelevant in our use case, we're only interested in the visual presentation of the selected timeframe and would like the timeframe to be highlighted for all Attendees.


Image example:
User selects timeframe 2PM - 3:30PM on resource row - Albert.

Current behaviour:

Desired behaviour:


Unplanned
Last Updated: 03 Oct 2023 20:05 by Velusamy
Created by: Velusamy
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I would like to request a way to directly edit events in the Kendo UI Scheduler's year view.  For example, maybe a way to click on events to edit:



Thank you!

Unplanned
Last Updated: 07 Jul 2023 08:58 by n/a

When the Selectable configuration is enabled and the start of an event is not visible, the Scheduler will  scroll left to the beginning of the event, as demonstrated in this dojo.

Can you expose a configuration options that would allow for toggling this behavior off?

Unplanned
Last Updated: 23 Jun 2023 12:15 by n/a
Created by: n/a
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I would like to be able to find a faster way to handle changing background cells/columns based on if they are a special day.  I have look at this KB, but it is very slow when using a yeartimelineview.

Thank you!

Completed
Last Updated: 25 Aug 2023 07:16 by ADMIN
Release R3.2023-Increment.2(30.Aug.2023)

When the slotByElement method is used for multiple elements this could lead to performance issues in Scheduler.
For example, the difference in the performance can be observed in the Dojo examples linked below when loading the Scheduler and when changing the selected resources:

Dojo with 2023.1.314 - https://dojo.telerik.com/@NeliKondova/UJOcEJoC

Dojo with 2023.1.425 - https://dojo.telerik.com/@NeliKondova/UHisivuC

The issue occurs starting with the 2023 R1 SP1 release and could be due to the following fix - #7260

Unplanned
Last Updated: 06 Jun 2023 16:47 by Vitec Agrando AB
Created by: Vitec Agrando AB
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi

In our application, we use Kendo Scheduler vue (kendo-scheduler-vue-wrapper) for planning working hours. Users create their own working schedule which involves mostly drag/drop of the Scheduler items (with fixed duration) from an external source (ListBox). This process was much simpler in the Silverlight version of the component because of the visual indication of the slots where appointments will be created:

Please provide the option to have some visual indication of the start/end time of the appointment that will be created either in the Scheduler (slots) or on the item we are dropping.
This feature is already there when moving or resizing an existing appointment.

Thank you in advance

Unplanned
Last Updated: 02 Jun 2023 06:35 by Yoshiyuki

Bug report

When the timezone of the machine and the timezone set in the Scheduler are in different days, the currentTimeMarker is not displayed in the Timeline view.

Reproduction of the problem

  1. Change the timezone of the machine to 'Fiji' or another timezone, thus the 'Honolulu and the chosen timezones are on different days. For example, when it is 3 am on 01.06 in Honolulu, it is 1 am on 02.06 in Fiji.
  2. Open the Dojo linked here where the timezone is set to 'Pacific/Honolulu' - https://dojo.telerik.com/@NeliKondova/UVuDAJib

Current behavior

When the timezone of the machine and the timezone set in the Scheduler are in different days, the cusrrentTimeMarker is not displayed in the Timeline view.

Expected/desired behavior

The cusrrentTimeMarker should be displayed in all the views.

Environment

  • Kendo UI version: 2023.1.425
  • Browser: [all ]
Unplanned
Last Updated: 22 Mar 2023 14:11 by Marco
Created by: Marco
Comments: 0
Category: Scheduler
Type: Feature Request
2

Hi Team,

Can you adjust the culture of de-DE and de-CH? Month/Day looks incorrect for these regions, it should be Day/Month.

Thank you!

1 2 3 4 5 6