The Scheduler is not rendered correctly when the Custom Toolbar is declared with a Template component
Open the following demo and notice that the Scheduler has not been rendered accordingly.
The Scheduler is not rendered accordingly.
The Scheduler should be rendered accordingly.
Regression introduced in R1 2022 SP1.
Dojo example: https://dojo.telerik.com/akaJaXin/4
The popup closes and the Scheduler automatically scrolls to the top of the view.
The scroll position should remain. The current behavior is not user friendly, because if the user has multiple events with similar start times to remove, they will have to scroll back down every time they delete an event.
Regression introduced in R1 2020. Reproducible with the SASS themes, but the Kendo UI script version has effect on the behavior. For example, the behavior is not reproducible if the latest (2020.1.406) SASS theme is used along with an older (2019.2.1023) version of the kendo.all.min.js file.
Dojo example.
"Meeting" is displayed below and to the right of "Interview", similarly to how events are displayed when their time spans overlap.
"Meeting" should be displayed below "Interview".
The Footer option of the UI for ASP.NET MVC Scheduler is disabled by default.
Demo.
No footer is rendered.
The footer should be enabled by default.
Currently, it has to be enabled explicitly: .Footer(true)
The Scheduler's header container holding the dates and hours in the "Timeline Month" view is misaligning when the "Create new event" popup for the last event in the view appears on the screen.
The header and the cells differentiating each day in the view are misaligned
There shouldn't be any misalignments when the "Create new event" popup appears on the screen
If the CurrentTimeMarker is enabled (it is by default), the resources are grouped, and events with different resource values (about 70) are loaded for the current day, a significant performance deterioration is observed.
With the CurrentTimeMaker disabled or the events loaded for a date different than today (past or future) the performance issue is not exhibited.
MVCSchedulerCurrentTimeMarker.zip
No exceptions are thrown, but the Scheduler becomes unresponsive.
There should be no performance hit, regardless of CurrentTimeMarker being enabled/disabled.
An occurrence can be deleted from the "x" button in the event's top right corner, but when it is edited a "Delete" button is not displayed in the editor.
Reproducible in the demos and also with editRecurringMode: "occurrence" (dojo example).
Delete button is not displayed.
Delete button is displayed.
Regression introduced in R2 2018.
The mobile mode of the Scheduler must be turned off.
Reproducible in the demos.
The moveStart event does not fire and the event cannot be moved.
The moveStart event fires and the event can be moved.