Unplanned
Last Updated: 19 Feb 2024 13:02 by ADMIN
Created by: Barbara
Comments: 0
Category: Scheduler
Type: Feature Request
0

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

 

 

Unplanned
Last Updated: 14 Dec 2023 15:19 by ADMIN

As for the current version of the Telerik Scheduler, if using the Adaptive Rendering Mode for the Scheduler

 .Mobile(MobileMode.Auto)

the Adaptive Slot Height feature (https://demos.telerik.com/kendo-ui/scheduler/adaptive-slot-heightdoes not work for a mobile screen in a Month view. Due to  this, there is no opportunity to dynamically change the height of the slots in a Month view so that they can fit the events in the specific slot. Thus, in case dots standing for the events in a month view are customized and replaced by regular events, the scheduler cells do not change their height to account for the events number. The only options to display all the events per day in a month view on a small screen are now either to make the height of all scheduler cells really big (not user friendly) or decrease the height of the events depending on their number to fit them in a cell (not desirable behavior).

Taken all this into consideration, adaptive rendering mode needs the same adaptive slot height feature which exists now only for a regular mode of the scheduler.

Unplanned
Last Updated: 03 Oct 2023 20:05 by Velusamy
Created by: Velusamy
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I would like to request a way to directly edit events in the Kendo UI Scheduler's year view.  For example, maybe a way to click on events to edit:



Thank you!

Unplanned
Last Updated: 07 Jul 2023 08:58 by n/a

When the Selectable configuration is enabled and the start of an event is not visible, the Scheduler will  scroll left to the beginning of the event, as demonstrated in this dojo.

Can you expose a configuration options that would allow for toggling this behavior off?

Unplanned
Last Updated: 23 Jun 2023 12:15 by n/a
Created by: n/a
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I would like to be able to find a faster way to handle changing background cells/columns based on if they are a special day.  I have look at this KB, but it is very slow when using a yeartimelineview.

Thank you!

Unplanned
Last Updated: 06 Jun 2023 16:47 by Vitec Agrando AB
Created by: Vitec Agrando AB
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi

In our application, we use Kendo Scheduler vue (kendo-scheduler-vue-wrapper) for planning working hours. Users create their own working schedule which involves mostly drag/drop of the Scheduler items (with fixed duration) from an external source (ListBox). This process was much simpler in the Silverlight version of the component because of the visual indication of the slots where appointments will be created:

Please provide the option to have some visual indication of the start/end time of the appointment that will be created either in the Scheduler (slots) or on the item we are dropping.
This feature is already there when moving or resizing an existing appointment.

Thank you in advance

Unplanned
Last Updated: 22 Mar 2023 14:11 by Marco
Created by: Marco
Comments: 0
Category: Scheduler
Type: Feature Request
2

Hi Team,

Can you adjust the culture of de-DE and de-CH? Month/Day looks incorrect for these regions, it should be Day/Month.

Thank you!

Unplanned
Last Updated: 05 Aug 2022 19:51 by Martin
Created by: Martin
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I'd like to request the Kendo UI Scheduler contain a clearSelection() method within the built-in API. 

Thank you!

Unplanned
Last Updated: 11 Apr 2023 20:29 by Paul
Created by: sanad
Comments: 1
Category: Scheduler
Type: Feature Request
2

Hi Team,

I'd like to request the functionality to sync the Kendo UI Scheduler's events with Google Calendar.  This would be preferably one way from Kendo UI to Google.

Thank you!

Unplanned
Last Updated: 19 Jul 2022 11:43 by Neil

Currently, the Scheduler widget does not provide the possibility to have different start and end times for its resources. We would like to have the possibility to indicate business hours and timezone per resource.

For example, in the demo linked here we would like Alex and Bob to have different business hours, and also to be able to mark that they are in different timezones. 

Unplanned
Last Updated: 12 May 2022 10:19 by Nathan
Add a method to support dynamically changing the showWorkHours configuration.
Unplanned
Last Updated: 02 May 2022 15:34 by Alexis
Created by: Alexis
Comments: 0
Category: Scheduler
Type: Feature Request
4

Is it possible to implement an option to show only the workdays in the Scheduler Month View?

Unplanned
Last Updated: 08 Mar 2022 13:18 by sitefinitysteve
Created by: sitefinitysteve
Comments: 1
Category: Scheduler
Type: Feature Request
0

Currently, the default start and end dates in the Agenda view can be edited only if we use a custom view.

It will be very easy for the users if we can just pass these dates as a property. 

Unplanned
Last Updated: 23 Dec 2021 13:50 by ADMIN
Created by: TRANSEPT
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I would like to request the functionality to configure the Kendo UI Scheduler to a sticky component where it could be set at 100% width of the container, keeps the header and footer in place, and provides a scrollbar above the toolbar to navigate.   

Thank you!

Unplanned
Last Updated: 17 Sep 2021 06:48 by ADMIN
Created by: Steven
Comments: 0
Category: Scheduler
Type: Feature Request
1

Currently, if the message for the allday events in the Scheduler is on multiple lines the height of the cell containing the message and the header row in the Day view is not the same. There is a white bar below the header row. Here is a Dojo.

I would like to have the possibility to set the Allday message to be on multiple lines and the height of the cell containing the message to be consistent with the header row.

 
Unplanned
Last Updated: 08 Sep 2021 07:55 by ADMIN
Allow the table cells for the days in the Scheduler year view to be customized using a template with access to the day's events. Alternatively, alter the markup so that the table cells include the date in the markup, e.g. data-date="2021-09-01" so they can be targeted in the dataBound event.
Unplanned
Last Updated: 25 Jun 2021 10:17 by ADMIN
Created by: Courtney
Comments: 1
Category: Scheduler
Type: Feature Request
0

Hi.

 

I am working with KendoUI 2016.1.322.

I need to change the first day of the week for the scheduler component based on user settings. I found this snippet in your KB

kendo.culture().calendar.firstDay = 1;  //2,3,.....

It works but in an app-wide mode, that is, not only the scheduler control changes, but also the datetimepicker control in the same form, they also show Tuesday as the first day of the week

And if later I move to another form, the setting continues active.

How can I only set the scheduler component to start on Tuesday without affecting the other components?

Unplanned
Last Updated: 22 Jun 2021 05:02 by ADMIN

Currently, the scheduler will render all groups fetched by the corresponding resource. 

It would be beneficial to have an option to render only the groups that have relevant events and not rendering empty groups.

Note that this should be optional and not a default behaviour - by enabling this the end-user will not be able to create an event for the non rendered groups. 

 

Unplanned
Last Updated: 04 Jan 2021 13:42 by EK

Bug report

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

Reproduction of the problem

https://dojo.telerik.com/@zdravkov/uWExofIL

Current behavior

the event width takes all 90% of the width of the slot

Expected/desired behavior

the event width should take all the width of the slot

Environment

  • **Kendo UI version:2020.3.1118
Unplanned
Last Updated: 04 Dec 2020 22:15 by ADMIN
Created by: jwize
Comments: 0
Category: Scheduler
Type: Feature Request
1

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!

1 2 3 4