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!
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.
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.
When the dates for the current view are changed in Scheduler, the screenreaders do not read the new date.
Reproduction of the problem
1. Go to Keyboard Navigation Demo
2. Go to the arrow buttons in the toolbar and click 'Next' to change the date
3. Date changes to "Sunday, June 16, 2013 - ..."
Current behavior
The screenreaders do not inform the user that the date has been changed.
Expected/desired behavior
The user should be informed that the date has been changed.
Environment
Kendo UI version: 2021.2.616
Browser: [all ]
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?
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.
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
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.
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
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.
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.
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.
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
The empty space next to the event is needed if we want to add new event next to the one that we already have so it should be observed only if the editable setting is not false or {create: false}. If any of these is set the event should be 100%. https://demos.telerik.com/kendo-ui/scheduler/basic-usage
https://dojo.telerik.com/@zdravkov/uWExofIL
the event width takes all 90% of the width of the slot
the event width should take all the width of the slot
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!
Please investigate this dojo sample:
https://dojo.telerik.com/IjIminuv
Even looking at the built-in Timeline view, one can see that the bottom gap is thinner in every group. However, switching to the TimelineEx view (that sets BottomRowOffset to 0), the problem is obvious...
Please address this computation error in the row-height...
Regards
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.
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