Hi there,
I would like to know if there is a way to add aggregates to a kendo scheduler?
There is a particular value that I'd like to apply an aggregate.sum to, then have that sum appear in a header. Is this possible with the scheduler? or is there some work around?
Thank you,
Brodie
Dear Telerik team.
Currently you use hard coded formats to display dates and times.
majorTimeHeaderTemplate: '<span class=\'k-time-text\'>#=kendo.toString(date, \'h:mm\')#</span> ' + '<span class=\'k-time-period\'>#=kendo.toString(date, \'tt\')#</span>'
It would be nice if you would respect the culture settings and at least I would not have to change the templates every time I use a scheduler.
I didn't check all your widgets, but I guess the scheduler is not the only one ignoring the culture settings.
Please make use of the current culture settings/patterns
Thanks in advance
Bernd
The create button should be available only when editable is enabled.
https://dojo.telerik.com/itUCAdeK
Dear Telerik,
My problem is behind the "timelineMonth" view of the Scheduler. In the documentation it is written that "showWorkHours" has a support only behind "day" and "week" views. But it is not really like that. In fact, it is included also in "timeline" and "timelineWeek" views and it works fine. Even more, this feature works also in "timelineMonth", but with a small exception that I want to focus on your attention.
Here is an example showing the problem. It's only about selecting the "today" (in my example the "date" property is showing "today". The same behavior could be achieved if you change it to another date and click the "today" button).
I can show you another particular example describing why this feature is very useful. Here, if the user press on "show business hours" button and then select the "Timeline Month", he will break the logic behind. And it makes somehow the "Show Business Hours" button problematic. And let say I should make some workaround to avoid this thing happens, but not sure why.
Hope this is valuable.
Best Regards, Boyan.
Hi,
I'm looking to be able to modify agenda view, so that it is like the group headers in grid - having the date as the group header and then the events that occur on that date shown underneath (also collapsible). Is this possible?
I also tried to do this in the grid but it doesn't seem to work due to the fact that it using a start and an end, not a single date column.
Thanks
When the Scheduler is grouped, selecting a cell from the last row does not mark it as selected in IE 11 in TimelineView.
You will notice that the same cell in the previous row is marked as selected.
Selection does not mark the correct cell as selected in TimeLine View with grouping.
Selection should mark the correct cell as selected in TimeLine View with grouping.
In Scheduler event, if the eventTemplate has a table, the add event is triggered when editing an existing task, resulting that both popups open and close instantly.
Open this dojo example. Choose an event and click the span containing the text "I have some icons here".
The add event popup shows together with the edit event popup.
Only the edit event popup should be displayed.
Scheduler cannot be scrolled in iOS 13 with Chrome
The issue can be reproduces in the Demos with the Chrome browser.
Scheduler content area cannot be scrolled.
Scheduler content area should be scrollable.
hello,
we recently upgraded the kendo from 2018 r1 to latest release. looks like there is a bug in the scheduler. With the server filtering and server operation true, I am unable to add Event(before upgrade it's fine).
check the dojo https://dojo.telerik.com/EhaXemiz
can you please look into it.
Thanks,
Narendra
Hi, we're using scheduler and we have the selectable set to true so users can drag and select timeslots to create.
The issue we're having is related to the autoscrolling when the user attempts to create a selection that is longer than the display window and attempts to drag past the display window but the scheduler would not auto scroll to expand the selection.
However, if we were to expand an existing event, the handler would be able to expand past the display window and scheduler would auto scroll. We were wondering if the event creation could have the same behavior.
Thanks,
Kenneth
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
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
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.
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.
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.
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
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
Feature in scheduler to display multiple vertical lines at configurable date/times like the below red lines in the screenshot.
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.