Unplanned
Last Updated: 06 Feb 2024 06:42 by Chatrathisai
Created by: Chatrathisai
Comments: 0
Category: Scheduler
Type: Feature Request
1
Add the ability to add additional columns to the Scheduler by using built-in API configurations. Currently, the only alternative would be to create a custom view.
Unplanned
Last Updated: 04 Jan 2024 12:21 by George

Bug report

Similar to #5759. The issue is reproducible with mobile mode and vertical grouping enabled.

Reproduction of the problem

Dojo example: https://dojo.telerik.com/enaNotaZ/2

Current behavior

Misalignment between the group cells (e.g., Bob) and the day cells.

Expected/desired behavior

Properly aligned cells.

Environment

  • Kendo UI version: 2023.3.1114
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 27 Dec 2023 09:31 by Tom Salmon
Created by: Tom Salmon
Comments: 0
Category: Scheduler
Type: Feature Request
1
Currently, the Telerik UI for ASP.NET Core Scheduler does not expose the ability to set resource styles similar to how it can be done with the Telerik UI for ASP.NET AJAX control
Unplanned
Last Updated: 20 Dec 2023 12:20 by Olya

Bug report

Scheduler Adaptive Rendering in Month View shows wrong year when the selected month is switched from December to January

Reproduction of the problem

  1. Run this Dojo
  2. Use the Next button to select the next month
    image

Current behavior

The year doesn't get update properly when the selected Month is switched from December to January

Expected/desired behavior

The correct year must be shown in the Scheduler's .k-scheduler-navigation element.

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
Unplanned
Last Updated: 19 Dec 2023 13:48 by ADMIN

Bug report

In the Scheduler's Adaptive Rendering mode when the Month view is selected and an event end spans more than a day and ends in 00:00:00 an additional element is rendered for the event.

Reproduction of the problem

  1. Run this Dojo
  2. Change the View to Week and notice that the event only spans 2 days

Expected/desired behavior

In the Month View of the Scheduler's when Adaptive Rendering is enabled the events should span the correct amount of days.

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
Unplanned
Last Updated: 13 Nov 2023 09:22 by ADMIN

When no datasource is bound, the slot titles and resource group names are not shown, despite being known. After binding to a datasource, they get set immediately. This leads to a glitchy user experience, as there is an empty table with no text whatsoever, as long no databinding is triggeredThe resource descriptions and slot header texts should be set independently from the data binding. The behavior can be observed in the attached example.

 

Regards, Frieder

 

Unplanned
Last Updated: 02 May 2023 08:10 by FIMS Computing Services FIMS - UWO

The current layout of the edit template when adaptive rendering is enabled is not very intuitive and user friendly - https://demos.telerik.com/aspnet-mvc/scheduler/adaptive-rendering

It would be beneficial if the design is improved for better user experience on mobile devices. For example, identifying and locating the save button is not easy:

Unplanned
Last Updated: 15 Dec 2022 18:09 by Ville
Expose a string overload for the DataSource configuration option in the SchedulerResourceBuilder in order to accept a DataSource id parameter.
Unplanned
Last Updated: 07 Apr 2022 07:15 by Admin
Created by: Admin
Comments: 0
Category: Scheduler
Type: Feature Request
0

Currently the Year view of the Scheduler displays only the start date of a multi-day event. Please provide an option to display multiday events in the tooltip for each day the event occurs similar to the Month view.

 

Unplanned
Last Updated: 02 Jul 2021 18:07 by ADMIN
Created by: Christian Sandöy
Comments: 0
Category: Scheduler
Type: Feature Request
2

Hi Team,

I'd like to request for a built-in Monthly Agenda view to allow a larger view for the Kendo UI Scheduler.

Thank you!

Unplanned
Last Updated: 01 Apr 2021 05:11 by ADMIN

Hello,

I think the new-event dialog is slow to open, when there are hundreds of events, because a placeholder event is added to the calendar before the dialog is shown. This causes re-rendering of all events, adding a noticeable delay.

Initial setup for reproduction:

  1. Clone this example
  2. Modify SchedulerCrudOperations.cshtml.cs to provide 400 events, as follows:
        public void OnGet()
        {
            if (meetings == null)
            {
                meetings = new List<MeetingViewModel>();
                Enumerable.Range(1, 200).ToList().ForEach(x => meetings.Add(new MeetingViewModel()
                {
                    MeetingID = x,
                    Title = "Daily Event " + x,
                    Start = DateTime.Now.AddHours(x * 2),
                    End = DateTime.Now.AddHours(x * 3),
                    Description = "Description for event " + x,
                    Attendees = new List<int>() { (x % 3) + 1 },
                    RecurrenceRule = "FREQ=DAILY;INTERVAL=1"
                }));

                Enumerable.Range(1, 200).ToList().ForEach(x => meetings.Add(new MeetingViewModel()
                {
                    MeetingID = x,
                    Title = "Weekly Event " + x,
                    Start = DateTime.Now.AddHours(x * 2),
                    End = DateTime.Now.AddHours(x * 3),
                    Description = "Description for event " + x,
                    Attendees = new List<int>() { (x % 3) + 1 },
                    RecurrenceRule = "FREQ=WEEKLY;INTERVAL=1"
                }));

            }
        }

Navigate to the scheduler page

  1. Select the calendar's day-view
  2. Double click somewhere to add a new event
  3. Observe a 500+ millisecond delay before the new-event dialog appears
Unplanned
Last Updated: 10 Mar 2021 18:24 by n/a

Bug report

Related to daylight saving: in the US on14 March, 2021, at 2:00AM the clocks are moved 1h forward.

Reproduction of the problem

Dojo example.

  1. Set the computer's timezone to Pacific (US/Canada).
  2. Double click the 2:00AM or the 2:30AM slot to add a new event.

Current behavior

The selection is moved 1h back to 1:00AM (or 1:30AM respectively) and the event is created at this time.

Expected/desired behavior

The event should be created at 3:00AM. This will be consistent with the way Outlook handles daylight saving - in a new meeting if you select 2:00AM as a start time, it is automatically changed to 3:00AM.

Environment

  • Kendo UI version: 2021.1.224
  • jQuery version: x.y
  • Browser: [Chrome 88, IE11]
Unplanned
Last Updated: 16 Feb 2021 08:55 by ADMIN

Improve the .FooterTemplate() to support inline templates and receive the widget instance as a parameter, but not the event data.


Unplanned
Last Updated: 02 Jun 2020 17:14 by ADMIN
Created by: Mark
Comments: 0
Category: Scheduler
Type: Feature Request
0
Currently, there is no option to customize the appearance when there are no events in Scheduler for the displayed view. Allow Scheduler to define a no-data template to display custom messages when there are no events for the displayed time.
Unplanned
Last Updated: 20 Jan 2020 09:47 by ADMIN
Created by: Linda Soukup
Comments: 1
Category: Scheduler
Type: Feature Request
2

Add an option to configure a separate custom editor to be used when the Scheduler's mobile mode is enabled. This would make possible using two different templates at the same time, for example:

.Editable(editable => {
	editable.TemplateName("CustomEditorTemplate").MobileTemplateName("CustomEditorMobileTemplate");
})

 

Unplanned
Last Updated: 17 Jun 2019 05:46 by ADMIN
Created by: Mathieu
Comments: 1
Category: Scheduler
Type: Feature Request
3

Hello,

We want to "freeze" the first line of scheduler for scrolling.

It's possible? If don't, have you a workaround to make that?

Thanks

Mathieu