Completed
Last Updated: 27 May 2021 17:25 by ADMIN
Release 2021.R2
Bernd
Created on: 10 Jan 2017 17:34
Category: Scheduler
Type: Feature Request
43
Show scheduler events >24h as normal events, not in the all day slot
Currently events >24h are automatically shown in the all day area. This is confusing if the event starts or ends somewhere during the day. E.g. it starts at 5 p.m. on tuesday and ends on 11 a.m. on thursday.

Noone knows when the resource is really available if the event is shown as all day from tuesday to thursday.

There should be an option to turn that behaviour off and show such events as regular events.

Maybe the only thing needing change is this line in _renderEvents:
var isMultiDayEvent = event.isAllDay || event.end.getTime() - event.start.getTime() >= MS_PER_DAY;
11 comments
ADMIN
Carl
Posted on: 27 May 2021 17:25

Hey everyone!

Wanted to jump in here and provide some additional inks to help out. As this item already shows, we updated the behavior of events that span for 24 hours or longer within the Scheduler. We still give you the ability to mark days as "all day" events in a dedicated section at the top of the Scheduler. However, for events that span 24+ hours we will now display an event that shows an event in the regular event section of the Scheduler.

You can play around with this behavior in any of the Kendo UI for jQuery Scheduler demos.

Regards,
Carl
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

ADMIN
Martin
Posted on: 22 Feb 2021 09:01

Hello, Martin,

The feature is planned for our next release on 21st of May. 

Let me know if you have any further questions.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

OfficeHeart
Posted on: 19 Feb 2021 20:29

We want to have this feature as well. This is supported in de RadScheduler for 10 years or more.

Showing those events as an all day event makes it hard to see the start and end time of the event.

Thanks in advance,

Martin

ADMIN
Martin
Posted on: 13 Mar 2020 09:05

Hello,

Thank you for sharing your interest toward the feature.

We keep monitoring the demand for it from other members. Once we decide to include it in our roadmap, the status in the Feedback Portal will change to "Planned" or "In Development", so keep following the item for further information.

Regards,
Martin
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
CS Plus
Posted on: 06 Mar 2020 13:59

Dear support,

Our organisation would also like to request this feature:

"There should be an option to turn that behaviour off and show such events as regular events."

Our implementation needs this. I've checked for alternative solutions but none are viable unfortunately. It cannot be worked around because the start and end time of events and should always be visible to the user. Also it should be visible that a certain time slot is blocked. By moving 24h+ events to a different slot completely this creates problems and makes things unclear for users. 

Thanks in advance for considering to implement this feature. The scheduler is working great otherwise!

Kind regards,

Pim Verbakel

Andrew
Posted on: 18 Jul 2019 14:31
I just started using the schedule, and spent a good hour trying to figure out why my events were showing up as All Day, even though AllDay was false.
Richard
Posted on: 09 Jan 2019 13:24
I would suggest that anytime someone disable allDaySlot, all those events should be replaced by their equivalent representation in the full time schedule. So, a event taking all day should be shown as FirstTimeOfDay to LastTimeOfDay. And as other said, events spanning over multiple days shall be as they described.
Nervia Consultores S.L.
Posted on: 26 Sep 2018 10:38
We need it too. We have events that start at 6pm at ends at 3am with all slots disabled and cannot see it to modify or delete.
Jesse
Posted on: 22 Mar 2017 15:20
I agree with Guillaume, to me it would make sense that if the allDaySlot is set to false then the mutli-day events are rendered as normal events
Imported User
Posted on: 02 Mar 2017 13:46
Another issue with this behavior comes when the allDaySlot is set to false. The events just disappears from the view and it looks like a bug in the scheduler until you understand they are just moved to the invisible slot.
Imported User
Posted on: 20 Jan 2017 08:38
I also need that! I tried removing that line, but then I get errors on some rectangle draw function or something.