The example shows how to style the content of the event, but borders stay in the old color.
Additionally, images are broken.
When the mobile option of the Scheduler is set to true and the user double click/double-tap the Edit dialog is opened, but when saving the event, the following error is thrown in the console:
'Cannot read property 'isOccurrence' of undefined'
An error is thrown in the console (screencast)
There should be no error in the console
When using the resize method the Scheduler's current time marker is not resized
The current time marker is not resized, screenshot for better representation:
The current time marker should be resized when using the resize() method
search textbox can't be localized in scheduler
https://dojo.telerik.com/@zdravkov/OHOfaHAb
search textbox placeholder and title are not localized
search textbox placeholder and title should be localized
We should also improve the localization settings on the server side as suggested in ticket: 1501795
jQuery.Deferred exception: $ is undefined tt@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:25403
te@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:941
ne@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:1027
Se@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:6785
saveAsPDF/<@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:58:6431
e@https://.../sites/pmo/SiteAssets/js/jquery-3.5.1.min.js:2:30005
l/</t<@https://.../sites/pmo/SiteAssets/js/jquery-3.5.1.min.js:2:30307
undefined
undefined on $
jQuery alias does not exist with the noConflict()
Cannot use Export to PDF.
Dojo example: https://dojo.telerik.com/aGidAkuP/2
The validation message appears for a fraction of a second and then disappears. No indication of which field is invalid remains. If a SASS theme is used, there is some indication - a red border around the invalid field appears.
The validation message remains until a valid date is entered in the DateTimePicker.
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
Hello
Is it possible to group events by 2 different fields in a different view ?
Like :
Custom View 1 - Grouped by Room
Custom View 2 - Grouped by Attendee
Thank you
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.
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?
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.
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.
The event hint should always be rendered starting from the event's position.
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.
When you right click on an event to open a ContextMenu in the Scheduler, the first row is selected.
Regression introduced with 2022.1.301
The first row is selected
The targeted row should be selected
When a recurring event is created in a Scheduler and the id is not set to the event, then if the event is deleted an error is thrown in the console.
3.1. 'kendo.all.js:311085 Uncaught TypeError: Cannot read properties of undefined (reading 'startTimezone')' is thrown
3.2. 'Uncaught TypeError: Cannot read properties of undefined (reading recurrence exception)' is thrown in the console
There should be no errors in the console although the deleted event is without id being set. There could be some more descriptive message.
When date grouping is enabled in the Agenda view and the groups have different count off events, an incorrect event is returned in the change event hanlder.
The correct id of the selected event schould be returned in the change event hanlder.
When the YearView in Scheduler is opened on iOS device in desktop mode it could not be scrolled
The Scheduler in Year View could not be scrolled.
The Scheduler should be scrolled in iOS in both - mobile and desktop modes.
This one is reproducible on the demo site today and that’s where this screenshot is from. Begin to create a new event. Set to recurring Monthly. Note that below “Never” is checked and the “10/11/2020” box is disabled. Now go and change your start date to any other date above. This box enables itself. It should not do this because the ending date option is not actually selected.
I fixed this in JavaScript by hooking into some events rather than modifying the Kendo.all.js file.
Editing a recurrent event in the Scheduler with End options set to Never
triggers validation on the DatePicker.
This is a regression introduced with R1 of 2022
Never
.Validation error is displayed.
screencast
Validation error should not be present in this scenario.
I just upgraded to the latest version today.
kendoScheduler doesn't fire change event when in "Year" view.
This is really easy to duplicate. Select Year and it doesn't fire.
<!DOCTYPE html>
<html>