Completed
Last Updated: 07 Oct 2022 14:30 by ADMIN
Release R1 2023 - Increment 1 (26.10.2022)

Describe the bug
The Native Scheduler allows you to create a new event without setting a title for it. When such an event is created, its delete (X) icon cannot be clicked.

The issue is replicable in scenarios with both default rendering of a custom SchedulerItem.

To Reproduce

  1. Open this StackBlitz example
  2. Double-click on the Scheduler to create a new event
  3. Enter a value in the description field and save the new event

Expected behavior
When you try to delete the event that has no title, you should be able to do it

Workaround
Use the following CSS definition to workaround the bug:

div.k-scheduler-body > div > span.k-event-actions {
  z-index: 30000;
}

Here is a StackBlitz example demonstrating the usage of the above CSS.

Unplanned
Last Updated: 12 Sep 2022 12:05 by Sam
Created by: Sam
Comments: 0
Category: Scheduler
Type: Feature Request
1

We've been using the Telerik UI for ASP.NET AJAX Scheduler for years.  It has this nice reminder dialog that can be checked on this link and the below screenshot. 

Can you add the Reminder functionality in the Native Scheduler component?

Completed
Last Updated: 26 May 2022 05:40 by ADMIN

It will be beneficial if we have an option to customize the element that appears in the Scheduler when we resize it. Here is a screenshot for more details:

Completed
Last Updated: 23 May 2022 14:38 by ADMIN
Release R3 I1 June 2022

Describe the bug
The "ghost" element that appears when we try to resize an event in the Scheduler is missing in the Timeline and Month views. The result is that the users don't have a visual representation of what is the new size of the event they are modifying. The resizing itself is working correctly. The issue is only with the visual representation.

To Reproduce

  1. Open this StackBlitz example
  2. From the Views in the upper right corner select "Timeline" or "Month" view
  3. Select a random event and try to resize it.

Expected behavior
An element that shows the possible new size of the event should appear like it is in the Day view, for example.

Completed
Last Updated: 23 May 2022 14:35 by ADMIN
Release R3 I1 June 2022

Describe the bug
In scenarios when we have a color applied to a Scheduler resource, the pre-defined color is not visualized as a background if we use the group prop. This happens when the resource is not available in the array passed to the group property. If the resource that holds a color is available in the group array, the colors are correctly displayed.

To Reproduce

  1. Open this StackBlitz example
  2. See the 4 events available in the view

Expected behavior
The events assigned to Room 1 should be with blue background and the events assigned to Room 2 should be with red/pink background. This should be valid for all scenarios in the Scheduler - with and without grouping.

Screenshots
image

1 2