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: 08 Jan 2020 13:59 by ADMIN
Created by: Kenneth
Comments: 1
Category: Scheduler
Type: Bug Report
0

Hi, we're using scheduler and we have the selectable set to true so users can drag and select timeslots to create.

The issue we're having is related to the autoscrolling when the user attempts to create a selection that is longer than the display window and attempts to drag past the display window but the scheduler would not auto scroll to expand the selection.

However, if we were to expand an existing event, the handler would be able to expand past the display window and scheduler would auto scroll. We were wondering if the event creation could have the same behavior.

 

Thanks,

Kenneth 

Unplanned
Last Updated: 08 Mar 2022 13:18 by sitefinitysteve
Created by: sitefinitysteve
Comments: 1
Category: Scheduler
Type: Feature Request
0

Currently, the default start and end dates in the Agenda view can be edited only if we use a custom view.

It will be very easy for the users if we can just pass these dates as a property. 

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.


Unplanned
Last Updated: 03 Sep 2021 11:05 by Sergey

Bug report

In a scenario when an event is dragged and is not saved due to an error while updating, or in case saving is prevented, next time when the user tries to drag the same event, the event hint will be misplaced.

Reproduction of the problem

  1. Open one of the following Dojo examples:
  1. Try to drag the same event multiple times

Current behavior

The second time the same event is being dragged its hint is rendered in a wrong place. In case the same event is dragged multiple times, the hint is getting more and more away from the original position.

Expected/desired behavior

The event hint should always be rendered starting from the event's position.

Environment

  • Kendo UI version: 2021.2.616
  • Browser: [all ]
Unplanned
Last Updated: 08 Sep 2021 07:55 by ADMIN
Allow the table cells for the days in the Scheduler year view to be customized using a template with access to the day's events. Alternatively, alter the markup so that the table cells include the date in the markup, e.g. data-date="2021-09-01" so they can be targeted in the dataBound event.
Unplanned
Last Updated: 25 Jun 2021 10:17 by ADMIN
Created by: Courtney
Comments: 1
Category: Scheduler
Type: Feature Request
0

Hi.

 

I am working with KendoUI 2016.1.322.

I need to change the first day of the week for the scheduler component based on user settings. I found this snippet in your KB

kendo.culture().calendar.firstDay = 1;  //2,3,.....

It works but in an app-wide mode, that is, not only the scheduler control changes, but also the datetimepicker control in the same form, they also show Tuesday as the first day of the week

And if later I move to another form, the setting continues active.

How can I only set the scheduler component to start on Tuesday without affecting the other components?

Unplanned
Last Updated: 22 Jun 2021 05:02 by ADMIN

Currently, the scheduler will render all groups fetched by the corresponding resource. 

It would be beneficial to have an option to render only the groups that have relevant events and not rendering empty groups.

Note that this should be optional and not a default behaviour - by enabling this the end-user will not be able to create an event for the non rendered groups. 

 

Unplanned
Last Updated: 21 May 2021 07:07 by ADMIN

Device : Windows 10 tablet

Browser : Latest Chrome and Edge

 

When trying to move an event vertically inside the scheduler, the entire web page is scrolling. This cause the event to not move has supposed to.

The problem can be exprienced on the demo page of the scheduler : https://demos.telerik.com/kendo-ui/scheduler/move-resize

Thank you

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]
1 2 3 4 5