Reproducible in the Events demo.
Also reproducible when selecting the slots from right to left (Wed to Mon) and then selecting the last slot (Mon).
The behavior is identical when selecting slots in a specific day, e.g. selecting and dragging from 8:00 to 10:00 and then selecting the last slot (9:30-10:00).
The change event does not fire.
The change event fires.
Scenario:
A user deletes an occurence because a few people are ill. Five minutes later the superior enters the office and says the meeting happens anyway. Or the user deletes a wrong occurence.
Resetting the recurrence might not be an option for long running meetings. Like weekly Scrum, project jour fix, ... where the other exceptions should persist. Currently the user has to create a new, separate event.
The exceptions could be rendered as multiselect or list in a separate window which opens after a button click. That way the recurrence editor would not look messy with lots of exceptions.
In some cases, especially when grouping is involved, the day/week/workWeek views may end up with too many events in a single slot. If the total width of those events could not fit within the slot size, those events will overflow and cover some of their sibling events. To avoid such a result, events rendering in a scrollable container should be considered. This way each event will have a minimum width even if it has too many siblings in the same slot.
Here is a Dojo sample demonstrating the case: https://dojo.telerik.com/UnUnUTAW/6
Currently, the Scheduler has the navigate event that is triggered when the user changes the selected date or view of the component. This event is triggered before the new view is loaded.
It will be very useful if there is an event, similar to navigate, which is triggered when the new view is loaded, not before.
* The Scheduler's view instance has an "activate" event that is not publicly exposed. This event could be exposed as a possible implementation of the current FR.
In Scheduler with Vertical Grouping and mobile:tablet, the cells for the resources and for the events a misaligned. That is observed only in timeline views.
Open the Dojo example.
The Resources and events cells are misaligned.
The cells for the resources and the events should be aligned.
Dojo example.
The event in the first Scheduler is misaligned.
The events in all Schedulers are properly aligned.
When no height is set to the Scheduler the grouping does not expand in height to the rendered month views.
Actual: https://dojo.telerik.com/UhoxowEh
Expected: https://dojo.telerik.com/UPiGosik
Hi Team,
In kendo scheduler add a vie more(...) option in week view which is not available. It is very add to read if more appointments are there in a week.
Thanks
Asima
When a new all-day event is added in the Scheduler, the all-day slot height is dynamically adjusted. When there are a lot of all-day events, the rest of the week/day view gets hidden. For example, in the Basic Usage Demo if about 15 all-day events are created, the rest of the Scheduler table gets hidden.
It will be good if there is an option to set a fixed height for the all-day slot and when there are multiple events to make it scrollable for example.
Scheduler header is rendered incorrectly. Currently, the date is not visible and the buttons are not positioned correctly.
The date in the Scheduler is not visible and the buttons are not positioned correctly.
The date should be visible and the buttons should be positioned and styled correctly (Dojo)
The navigate event does not trigger when changing the view on a mobile device.
The event triggers back in version 2019.1.220.
The navigate event does not trigger when changing the view.
The navigate event should trigger.
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!
Regression introduced in R3 2020 SP2. Possibly related to #6034
Dojo example.
The event cannot be dragged/dropped over the desired slot. It is automatically placed over the first slot of the day it starts in.
The event can be dropped over the desired time slot.
The Scheduler, configured to import/export to iCal file, exports invalid file in Firefox.
Workaround - https://dojo.telerik.com/UjOVoYUT/2
The exported file is invalid and cannot be opened in Outlook or other apps
The exported file should be valid and be opened in Outlook.
Currently, if the message for the allday events in the Scheduler is on multiple lines the height of the cell containing the message and the header row in the Day view is not the same. There is a white bar below the header row. Here is a Dojo.
I would like to have the possibility to set the Allday message to be on multiple lines and the height of the cell containing the message to be consistent with the header row.
Hi Team,
I would like to request the functionality to configure the Kendo UI Scheduler to a sticky component where it could be set at 100% width of the container, keeps the header and footer in place, and provides a scrollbar above the toolbar to navigate.
Thank you!