Completed
Last Updated: 04 Feb 2021 14:47 by ADMIN
Release 2021.R1.SP.next

Bug report

Reproduction of the problem

Reproducible in the Vertical Grouping demo.

  1. Select the Timeline view.
  2. Add multiple (more than 11) events to a single time slot: screenshot.
  3. The slot resizes in height each time a new event is added, however, the more events are added the closer to the slot's bottom border they are pushed.

Current behavior

After adding 11 or more events, the last event starts overlapping the next resource group slot.

Expected/desired behavior

The slot should resize accordingly, based on the number of events shown in it. Events should not be displayed outside of the slot they belong to.

Environment

  • Kendo UI version: 2020.2.513
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 30 Mar 2023 07:27 by ADMIN
Release R2.2023-Increment.2(26.Apr.2023)

Bug report

DataSource Wrappers do not expose a configuration property do create a kendo.data.SchedulerDataSource. This is needed to configure a shared DataSource between the Filter and the Scheduler

Reproduction of the problem

  1. Unlike jQuery the wrappers do not expose the configuration for a SchedulerDataSource

Expected/desired behavior

The wrapper should be able to integrate the Filter with Scheduler as referenced by the Filter's Documentation

TicketID:

1565222

Environment

  • Kendo UI version: 2022.2.510
  • Browser: [all]
Completed
Last Updated: 07 Nov 2023 09:38 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)
Created by: Frieder
Comments: 0
Category: Scheduler
Type: Bug Report
1

### Bug report

When the custom editor template of the Scheduler contains a label text with a special character, it is encoded automatically. If the encoding contains a hash literal (#), it throws a client-side error "Invalid template".

### Reproduction of the problem

1. Create a Scheduler with a custom editor template.

2. Add a label for a specified Model property by using the @(Html.LabelFor(model => model)) configuration.

3. Add a label text with a special character as per the example below.

<div class="k-edit-label">
    @(Html.LabelFor(model => model.Title, "DurchfΓΌehrung"))
</div>

<div data-container-for="title" class="k-edit-field">
    @(Html.Kendo().TextBoxFor(model => model.Title)
        .HtmlAttributes(new  { data_bind = "value: title"})
      )
    <span data-for="title" class="k-invalid-msg"></span>
</div>

4. Try to add an event or edit an existing event. Open the browser console to review the error:

### Expected/desired behavior

The hash literals in the encoded strings should be escaped automatically.

### Environment

* **Telerik UI for ASP.NET Core version: 2023.2.718
* **Browser: [all]

Completed
Last Updated: 22 Jan 2024 11:04 by ADMIN

### Bug report

When the default action of the Navigate event is prevented, and the user selects a date through the built-in Calendar, the Scheduler navigates to the respective date/week, although the Navigate event is prevented.

### Reproduction of the problem

1. Create a Scheduler and enable the "selectable" option.

2. Handle the "navigate" event and prevent its default action.

3. Select a date through the Calendar.

4. The Scheduler navigates to the selected date/week.

A Dojo sample for reproduction: https://dojo.telerik.com/OnategOD

### Expected/desired behavior

The Navigate event must be prevented when calling the preventDefault() method.


### Environment

* **Kendo UI version: 2023.2.829
* **jQuery version: 1.12.4
* **Browser: [all]

Completed
Last Updated: 04 Dec 2023 11:19 by ADMIN
Created by: Sridhar
Comments: 1
Category: Scheduler
Type: Bug Report
0

Hello,

We are subscribing to the change event of scheduler on clicking any event/Slot , the functionality works fine with window machines.

In iPad the change event gets triggered on clicking  any part of scheduler. for instance when i click the show Full day text below it triggers the change event in iPad but not in windows.

Please let us know how to restrict change event to be triggered only when a slot/event is selected in iPad.

 

 

Thanks.