The Scheduler Agenda view is cut when opened on a mobile device. The scheduler cannot be scrolled horizontally.
Please refer to the attached image.
Provide a way to be able to see all events in Agenda view on small resolutions.
Hi Team,
It will be a good addition to the Scheduler if Recurrence Editor Template is added to allow the developers to customize the content inside the Recurrence Editor.
Currently the Scheduler does not provide an opportunity for splitting very large datasets into portions via paging or virtual scrolling. This leads to decreased performance when a very large amount of resources needs to be rendered in the same view.
Please introduce virtual scrolling and/or built-in paging capabilities to resolve the performance issues.
For Angular Kendo Scheduler, if the Work week view is selected (default Mon-Fri), and Sunday is selected on the mini calendar to select the date to display - the previous week will be displayed. This is confusing, as simply toggling to Week view will then display the different, current week.
https://www.telerik.com/kendo-angular-ui/components/scheduler/views/day-week/
Expected behaviour: current week on mini calendar corresponds to the current week displayed regardless of whether full week or work week view is selected
Actual behaviour: selecting any day up until the desired "work week's start" (even if it's customized to start on e.g. Tuesday - and selecting Monday) will show previous week; switching then to full week view switches the week displayed to the one selected on mini calendar
------
Curiously, this does not happen for Kendo scheduler for JQuery (https://demos.telerik.com/kendo-ui/scheduler/index):
Add a template that would allow customizing the empty cells in the header section of the Scheduler component (e.h. in multi-day-view).
Related ticket: 1562343
Hi,
I am looking for the ability to alter the date range in the month view such that a month view for TODAY - 3/24/2022 would show 3/20 - 3/26. Where TODAY would be in the first row of date slots that get rendered.
We need a "month view" that can not have the first week rendered vary by date. (outlook calendar month view does this) see attached.
Thanks
(for further reference please see private support thread: 1443943)
Hi,
Currently, the all-day events that last for more than 24 hours can be displayed only in the specific all-day row. Please provide an option that allows displaying the all-day events in the Scheduler main view as well.
thanks
Hi,
Please provide a function that allows getting the next occurrence of a recurring event similar to the following functionality in Kendo UI for jQuery
https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/various/get-next-occurrence
thanks
Hi,
Providing a footer template for the Scheduler component will be a valuable addition to customizing the component.
Thank you.
Hello,
The Month View in the Scheduler displays 6 weeks, and we sought to change this to just the 4 weeks in the current month, rather than showing 1.5 - 2 weeks of the following month as well. Could it possibly be made configurable to set the number of weeks, or perhaps a toggle to enable/disable extra days/weeks that are not in the current month?
Thanks
Hy support team,
i am looking to get a year view of a schedueler but it seems to me that the documentation doesnt adress this point.
is there a workarround ?
2022
januray february March April............................................December
1 1
2 2
3 3
4 4
5 5
....
Hello everyone,
are you planning on implementing the feature to select multiple events and drag them onto another date, like it is possible in jQuery?
http://demos.telerik.com/kendo-ui/scheduler/selection?_ga=2.126584516.852324468.1575276456-1228880553.1535611602
Or should I open a new Feature Request?
Best regards
Tobi
Hello,
we request the feature, to have the possiblity, to create a new event, by doing a slot click + dragging the mouse + release to create a new event.
Can we expect this feature or do you can suggest a workaround using existing functionality to get a similar functionality?
Thank you!
Best regards
Julian Hochstetter
Hi,
We are currently migration from jquery scheduler to angular scheduler and we are missing few feature : event selection and range creation
https://demos.telerik.com/kendo-ui/scheduler/event-selection
Any plan for this features in angular scheduler ?
Hi,
Can we have search functionality for the Kendo Scheduler for Angular, similar to the functionality in the Microsoft Outlook and Google Calendars?
Thanks,
Lance
DragEventEnd.Resources contains the resources associated with the slot at the end of the drag.
It would be great if we could get the resources associated with the slot at start of the drag.
https://stackblitz.com/edit/angular-kvvttz?file=app/app.component.ts
For example in the given stackblitz, we want to drag from Alex to Charlie, and this would update the event attendees to Bob and Charlie.
We can only do this if we know what the resource we started with and the resource we ended at.
When using Group By Resource, can we expose the associated resource(s) to the date
For example given
We would have
* { date: 6/20, resource: room 101 }
* { date: 6/21, resource: room 101 }
....
* { date: 6/20, resource: room 201}
...