When the timezone of the machine and the timezone set in the Scheduler are in different days, the currentTimeMarker is not displayed in the Timeline view.
When the timezone of the machine and the timezone set in the Scheduler are in different days, the cusrrentTimeMarker is not displayed in the Timeline view.
The cusrrentTimeMarker should be displayed in all the views.
Bug report
In RTL Scheduler dragging of events does not horizontally scroll is not possible
Reproduction of the problem
1. Open this Dojo example - https://dojo.telerik.com/HrVYvFSY
2. Drag the Meetings with Alex event to the left. Scrolling to non visible slots not possible.
3. Scroll to the left to find an event in the middle of the day, start to drag it, the scheduler scrolls horizontally to the beginning of the day
Expected/desired behavior
Scrolling to the left shall be possible as it is in the non LTR Scheduler
Environment
Kendo UI version: all
Browser: [all]
Hi Team,
I would like to ask for virtualization for the Kendo UI Scheduler when there is no grouping.
Thank you!
Hi Team,
I would like to request adding the EventsPerDay configuration for the Week view.
Thank you!
Incorrect hint is displayed and the events can not be resized correctly.
The events should be properly resized.
Hi Team,
I want the scheduler to respond to mobile phones and tablets, e.g. I have many columns in the day view. I want to have specific columns, e.g. the first 2 or 3 to be visible and the rest to scroll horizontally so that you can see them within the scheduler and not have to scroll the page horizontally.
Thank you!
On Safari, the Scheduler throws an error.
An error is thrown on the browser console
No errors should be thrown
In the Scheduler, when mobile is set to "tablet", and RTL is enabled, the event dates are shifted with one day.
The events are rendered on the 30 and 01 slots, instead of 29 and 30 as defined
Events should be rendered on the 29th and 30th slots, as configured
Hi, I'm trying to define individual business hours for the scheduler. The scheduler only uses a single start/end time for each work day. I want to define start/end times for each day specifically (ie. Monday has different times than Tuesday). Eg: Sunday working hours @ 10:00 to 12:00 Monday working hours @ 9:00 to 16:00 Tuesday working hours @ 10:00 to 18:00 Wednesday working hours@ 06:00 to 12:00 Thursday working hours @ 08:00 to 14:00 Friday working hours @ 11:00 to 12:00 Saturday working hours @ 11:30 to 13:00 Can anyone resolve my problem. Thanks in advance
Hi Team,
I would like to request a way to incorporate adding a reference to the model for group cells in the Kendo UI Scheduler. Perhaps using a uid for the cell may help.
Thank you!
Hi Team,
I would like to request the inclusion of a PDF template property to allow the printed PDF page to have a custom layout like the Kendo UI Grid's page-template in this live demo. For example, adding a title to the top of the page.
Thank you!
Currently, when interacting with the "More Events" button:
The widget navigates to the "Day View" by default - if it happens to be present. It would be beneficial if there is a configuration that allows explicitly dictating the navigation behavior.
Describe the bug
When there is an event that lasts multiple days, but is not an all-day event the title and the up arrow overlap, thus it makes the reading of the title harder.
To reproduce
Open the Dojo - https://dojo.telerik.com/@NeliK/IruYeGEc
Expected behavior
The arrow and the title should be rendered with some margin
Workaround
.k-event-template{
margin-top: 8px !important;
}
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)
Affected browsers (please remove the unneeded items)
If a Scheduler event's start time is set differently than :00 or :30, the event will be dropped in an incorrect slot when snap is enabled. The start time in the hint is also incorrect.
The event will be placed at 2:19 AM instead of at 2:00 AM
The event should be placed at the dropped slot.
If the snap option is set at runtime the drag hint of the events starts having wrong height.
After changing the snap option at runtime as a result the drag hint height is correct when the snap is set to false, but it has wrong height when the snap is enabled.
The drag hint should have the same height as the dragged event.
move: function(e){
var dragHintEl = $('.k-event-drag-hint')
var dataUid = $('.k-event-drag-hint').attr('data-uid')
var event = $('.k-event[data-uid="'+ dataUid +'"]:not(.k-event-drag-hint)')
var height = $(event).height()
$(dragHintEl).height(height)
},
Dojo - https://dojo.telerik.com/@NeliK/aZArEdof
If an all-day event is resized to multiple days and then the user tries to resize the event back to one day, the event is not always resized.
The issue is occasionally reproducible and does not occur for all all-day events. The event is resized back only if the user tries to drag the mouse down and then resize. Here is a screencast - https://somup.com/cZeX6QpRlX.
It should be possible to resize back the all-day events back to one-day duration without moving the mouse down.
Hi,
Currently the Scheduler has no option to limit the axis of the drag and drop.
Kendo.Draggable already has this feature, however setting it in the scheduler has no effect.
https://docs.telerik.com/kendo-ui/api/javascript/ui/draggable/configuration/axis
in this dojo i have a little workaround to achieve this behavior.
https://dojo.telerik.com/oWuvUsIt
If you configure a Scheduler's endTime (e.g. 16:15), and you have an event that ends past that endTime (e.g. 16:30), the event will not be properly visible.
The Tennis Practice event is only briefly visible
The event should be visible respecting the view's endTime