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
The example shows how to style the content of the event, but borders stay in the old color.
Additionally, images are broken.
Hi,
I'm having some erratic behavior when displaying recurring events in the scheduler when the browser is Safari and in other browsers when the device is an ipad.
The recurring events don't show on the presentation table, but if I force several clicks in the presentation table with the intention of creating a new event and then canceling, they sometimes are rendered in the right slots. After they are rendered if I click the presentation table they disappear again.
If I check the scheduler dataSource data the events are there to be shown.
I tried to replicate the same behavior with the scheduler demo that you have available and I couldn't replicate it. But then I realized that in my case only recurring events won't show up. My hint was that the problem was with the recurrence rule. I created a dojo sample with my recurrence rule and then the bug appeared.
Concluding it seems that for some recurrence rules the recurring events may have problems to be rendered in the presentation table.
Here is a dojo sample replicating the problem that I describe:
https://dojo.telerik.com/USiLEXAk
How can I resolve this problem or have a potential fix?
Kind regards,
Marco Miranda.
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)
Feature in scheduler to display multiple vertical lines at configurable date/times like the below red lines in the screenshot.
Hello
I wanted achieve some Changes in Agenda view of scheduler Is it Possible
1. Want to drag and drop the event of Agenda page Up and Down
2. Calculate the total time of Event
3. After drag and drop the Event up and down the starting and Ending time of Event Change According to Total time
I am new in kendo UI so I don`t have any idea Is it possible to reflect this changes in Agenda page
attached SS please look forward It.
Thank You
Hi all,
The following occurs to me when I have culture enabled. It seems a bug in the Scheduler end-date datepicker (editor popup, recurrence end-date) for at least in Firefox & Kendo 2020.2.617 (and higher versions).
When I want to end a recurrence by filling the end-date... the dates are missing. As you can see in the screenshot and link: https://dojo.telerik.com/OfIVozUY/2
How to fix this?
Thx in advance!
With kind regards,
Marlon
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.
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
The Scheduler generates an additional event when a recurrenceRule with an end date and nth occurrence is used.
RRULE:WKST=MO;FREQ=MONTHLY;INTERVAL=1;BYDAY=TH;UNTIL=20201015T045959Z;BYSETPOS=4
should create an event, occurring every fourth Thursday until 15Oct2020. The scheduler will display an additional event on the 22Oct2020. Creating an event and manually configuring the recurrenceRule for an event, occurring every fourth Thursday until 15Oct2020 will result in the same behavior.
An event is displayed for 22Oct2020
No event should be displayed for 22Oct2020.
When creating a new recurring event in the Scheduler, the recurrenceRule does not contain WKST parameter (the first day of the week in the Scheduler). If you edit an existing recurring event, the WKST value is added to the recurrenceRule.
The WKST value is not added to the recurrenceRule when creating a new recurring event.
The WKST value should be added when creating a recurring event.
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
Dojo example.
The event in the first Scheduler is misaligned.
The events in all Schedulers are properly aligned.
Currently vertical virtualization is available which improves the Day, Week and Month views.
Such DOM virtualization would be good for the timeline views (where horizontal scrolling is utilized) as well.
The Scheduler configured with remote dataSource, vertical grouping and with autoBind: false, throws an error "Cannot read property 'firstChild' of undefined" and the Scheduler layout is not rendered. The behavior is a regression introduced with Kendo UI v 2020.1.114
No error should be thrown with the above configuration.
Scheduler events in TimeLine view are displayed incorrectly when they start/end at the same time.
Run this dojo
Notice that Event 2 is displayed below Event 1, even though they do not overlap. Removing Event 3 results in Event 1 and 2 being rendered next to one another.
Event 2 should be displayed next to Event 1, but not below, as they do not overlap
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.
Hi there,
We are currently in the process of developing a booking/rota system utilising the latest build of the Kendo UI JQuery library and during internal testing we've spotted a bug in the creation of recurrence events within the scheduler control whereby "weekly" recurrences are created with numerous "gaps" in the scheduled events.
To re-create this is quite simple,
1. Create a page containing a Kendo Scheduler control and configure pretty much with defaults (but allowing for the creation of weekly recurrent events).
2. Navigate to a specific month - the one we've been using to reproduce is June 2020. (Don't think it matters which scheduler view you use).
3. Create a new event and set the recurrence rule to be:
4. Save the event.
You should see that most of the events are created, however for all but the first week in the recurrence the events that should be created on the Mondays and Tuesdays are missing.
I've done some digging around within the development console across a few different current browsers, and it looks to be a bug in the SchedulerDataSource "expand" method. If you add an event with a recurrence rule specified as follows:
FREQ=WEEKLY;UNTIL=20200630T235959Z;BYDAY=MO,TU,WE,TH,FR
and then call the "expand" method on the data-source to split this into multiple events, you'll see that you actually end up with 14 events returned, rather than the correct 20.
This functionality is fairly critical to our current project, so would appreciate any feedback/response as soon as possible please. Happy to provide further explanatory notes etc...if needed.
Many thanks
Jonny