Unplanned
Last Updated: 19 Dec 2023 13:48 by ADMIN
Olya
Created on: 18 Dec 2023 18:22
Category: Scheduler
Type: Bug Report
1
Scheduler Adaptive Rendering mode Month view events are rendered for too many day slots

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]
1 comment
ADMIN
Stoyan
Posted on: 19 Dec 2023 13:48

To those whom it may concern,

I'd like to let you know that a workaround is available for this bug. You need to replace the existing internal _renderEvents method of the MonthView with a customized version.

Review the proposed solution in this Dojo.

With the above being said, I still encourage you to vote for the Bug Report, even if you implement the workaround, to give us an accurate representation of the bug's impact.

Regards,
Stoyan
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.