It would be great if it could be blocked
example in the image
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.
Add the ability to use html tags in Scheduler resource
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
Something that is missing is a way to list a start and end time for the grouped resources also known as shifts. In the scenario we are thinking of the scheduler is acting as an appointment book for employees(resources) to have appointments booked with them. On order to do that efficiently there needs to be a way to display that employees working hours hence the start and end time for those resources.
The example shows how to style the content of the event, but borders stay in the old color.
Additionally, images are broken.
According to the documentation for Scheduler.select() this method should "Gets or sets the events (or slots) which are selected." But if I pass in an array of multiple uid elements it only selects the last item in the array.
Code
jsbin example: https://jsbin.com/nirisakavo/1/edit?html,js,output
Really just added a function to select all:
function SelectAll() {
var scheduler = $("#scheduler").data("kendoScheduler");
var allEvents = scheduler.data().map(function(val, i) { return val.uid; });
scheduler.select(allEvents);
}
Repro
Click the 'Select All' button.
Expected: Selects all events.
Actual: Selects only last event.
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
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.
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!
Kendo Scheduler should have iCalendar Export (in similar way to ASP.NET Ajax Scheduler).
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
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
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.
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)
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.
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