Unplanned
Last Updated: 21 Jan 2020 11:49 by ADMIN
Hi,
I have a problem with the selection in the scheduler. The selection with mouse and the shift button from e.g. 1pm to 3pm is possible but not from 3pm to 1pm.
There's no problem with a selection only by mouse (hold left mouse button and select time-slots). There's a selection in both directions possible.
The Problem occurs in UI for ASP.NET Core and UI for ASP.NET MVC.
Here's my example for my problem: https://dojo.telerik.com/UgOVEGah

Is there any solution to select time-slots from a higher to a lower time with the shift button?
Unplanned
Last Updated: 11 Mar 2019 16:01 by ADMIN
Created by: n/a
Comments: 1
Category: Scheduler
Type: Feature Request
2
Hello, is it possible to add a header and footer to the pdf export? I can see this is possible for other kendo controls like the grid, but the same doesn't seem applicable to the scheduler. 
Unplanned
Last Updated: 13 Jan 2021 08:37 by ADMIN
Created by: Jason
Comments: 1
Category: Scheduler
Type: Feature Request
1

This is in regards to my previous ticket #1426737. Your suggested solution did not work on closer look. The problem is that the event is turned off completely instead of only for a specific event.

Let me give you a practical example: I have a separate filter for the scheduler that allows me to look at the events for a specific resource. If someone else on a different computer now adds an event that is assigned to a different resource, it still shows up on my calendar. I want to suppress that event if it doesn't match the resource I selected in the filter. Using the taskHub.off('create') turns off the 'create' event completely (at least until the user refreshes the page). That way, new tasks added by someone for the selected resource won't show up.

I would like to subscribe to the events like this:

taskHub.client.update = onScheduleUpdate;

taskHub.client.create = onScheduleCreate;

And then in the function check if the filter applies to the task and if not, suppress it. I tried the 'preventDefault' method, but that also turns off the event completely.

functiononScheduleCreate(e) {

if(e.AssignedResource != filter.AssignedResource)

      e.preventDefault(); -- does not work, turns off this event completely

}

This is not an untypical requirement for a calendar, especially if there are hundreds of tasks and filtering is the only option to organize them in a legible way.

There has to be a way to achieve this, but I have spent already way too much time on this. I need your help.

Thanks. 

Unplanned
Last Updated: 26 Sep 2019 17:01 by ADMIN
Created by: Jorge Torres
Comments: 1
Category: Scheduler
Type: Feature Request
1

The Editor has an Encode option that when enabled allows Html tags to be submitted encoded.

This feature request is for a similar option in the Scheduler. A possible scenario could be an Editor nested in the Scheduler's custom editor. Currently the value of that field will be submitted not encoded regardless of the nested Editor's Encode option value. Having the option of enabling encoding of the values of the Scheduler fields would allow Html tags to be sent encoded. 

Unplanned
Last Updated: 13 Jan 2021 08:28 by ADMIN

I have a "Timeline Month" view in my kendo scheduler and I would like to make the columns sortable like it is with the Grid component.

We need functionality like this: When the user presses for the first time on the header of a column to sort the table ascending, second time descending and third time to remove the sort.

Check attached picture - if I press on the "January 12" header I expect to reorder the rows in the ascending order of the event name: Abwesend, Geplant, Home Office.

Unplanned
Last Updated: 22 Jan 2021 09:14 by ADMIN
Created by: Dan
Comments: 1
Category: Scheduler
Type: Feature Request
1

Hello,

We're interested in the possibility of exporting the Scheduler views in an Excel format.

I've read the forums post and if I understood correctly, this was not possible, at least in 2017 when the last reply was added. (Export to Excel in UI for ASP.NET MVC Scheduler - Telerik Forums). I also couldn't find a similar post about the feature existing.

Was there any step made in that direction, because I saw there were few posts requesting this and on one of them, one of your colleagues wrote that there are plans of introducing this feature.

Or if there's any workaround to export any scheduler view in an Excel format, I'll be happy to hear about it.

Thanks and have a nice day!

Unplanned
Last Updated: 08 Oct 2021 20:33 by ADMIN
Created by: Joh
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to be able to use strongly-typed editors for the TreeList's editor.  

Thank you!

Unplanned
Last Updated: 15 Oct 2021 07:59 by ADMIN
Created by: Informatica
Comments: 0
Category: Scheduler
Type: Feature Request
1

Add an option to use an EventTemplate, when the Mobile is enabled in the Scheduler:

.Mobile(MobileMode.Auto)

and the Scheduler is viewed on a mobile device. Currently, the month view does not use the template and always displays the events as small circles.

Unplanned
Last Updated: 11 Mar 2022 09:39 by Denise
Created by: Denise
Comments: 0
Category: Scheduler
Type: Feature Request
1
The month view needs to support templates. Currently, the slotTemplate option is not supported in the month view. Adding such an option would be nice, as it would allow customizing the slots, e.g., setting a different background for specific days of the month.
Unplanned
Last Updated: 10 May 2022 08:43 by Quinn
Created by: Quinn
Comments: 0
Category: Scheduler
Type: Feature Request
1

If you open the Scheduler's event popup by clicking on a slot (.Selectable(true)) and then press the "c" keyboard key, the slot's time and resource are not taken into account. A default "12AM" time value is set to the Start and End fields, and no resource is selected: https://dojo.telerik.com/OXusoMON

It would be better if the event data is set properly based on the currently selected slot, similarly to the way it works when you open the event popup by double-clicking a slot.

Unplanned
Last Updated: 25 Mar 2024 13:19 by ADMIN
Created by: Joh
Comments: 3
Category: Scheduler
Type: Feature Request
1

Hello,

I have a Scheduler Hierarchical Grouping similar as https://demos.telerik.com/aspnet-mvc/scheduler/resources-grouping-hierarchical

rather than meeting room in the above sample, I have department name instead. I group a list of user names by department name on a scheduler timeline view.

Is it possible to have a expand/collapse icon to allow me expand/collapse on each department? similar as tree list below

Please advise. Thanks!

Unplanned
Last Updated: 04 Jan 2023 15:31 by ADMIN
Currently, when the Timeline slot is set as 12 hours, for example, and click on Next/Previous button, the Scheduler will move to Next/Previous date respectively instead of the display to remaining 12 hrs time slots for the same date in comparison to the Telerik UI for ASP.NET Ajax Scheduler Timeline view.
Unplanned
Last Updated: 09 Mar 2023 08:06 by Adnan

It would be nice to have a default option to display all Scheduler events in a heatmap and grid:

1. Events:



2. Grid format (repeatable events should be added multiple times):



3. Heatmap format:

Unplanned
Last Updated: 25 Oct 2023 14:58 by Paul
Created by: Paul
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I have a request for any of the Telerik controls, but specifically it would be helpful with the Kendo UI Scheduler.

I would like to ask for a specific functionality where all the developer would need to do is drop a simple HTML tag related to a control into a page, and a tag from a service(can be third party) which would generate the content for the control.    

For the Kendo UI Scheduler, this would help with modifying a current view without having to code anything for the un-editable service. 

Thank you!

Unplanned
Last Updated: 14 Apr 2020 07:21 by ADMIN

Currently the scheduler widget determines the layout based on device type.  Unfortunately this does not provide a fully responsive design.  Modern day responsive websites should look good on any sized screen regardless of device type.  There is also the issue that with new devices constantly coming out the list of devices being checked may become out of date quite quickly.  Another consideration I have when I design an app is that one may not be viewing something full screen on a laptop or desktop computer.  If this is the case then a page can look horrible due to the fact that an assumption is made on screen size because it is a windows device.  I've also seen laptops with screens as small if not smaller than some tablets which also effects the screen size assumption.

Being web developer for a very long time I understand the complexities that would be involved in this change so I'd also like to provide an interim solution that may (but may not be) easier to attain.  In working with your scheduler I had the idea of putting my own logic in to force moble/tablet view.  I was able to accomplish this with very little code except that manually switching the mode (setting the mobile setting to phone or tablet) doesn't work for the scheduler.  If that could be fixed it would at least provide a workaround for the above feature until you figured out how you wanted to handle it long term.

 

Thank you,

Brandon