RadzenDayView does not show appointments after 23:59 #419

Open
opened 2026-01-29 17:37:01 +00:00 by claunia · 0 comments
Owner

Originally created by @maxreb on GitHub (May 23, 2022).

If one sets the EndTime > 24 hours of the RadzenDayView then the rendering works just fine, but appointments wont be shown.
To fix this this line b56d4d1ca3/Radzen.Blazor/RadzenDayView.razor (L11) should be changed to:
var appointments = Scheduler.GetAppointmentsInRange(StartDate, EndDate).ToList();

You can find the same line in RadzenWeekView: b56d4d1ca3/Radzen.Blazor/RadzenWeekView.razor (L9)

If you want me to fix this, then I can do a pull request (same for https://github.com/radzenhq/radzen-blazor/issues/468)

Originally created by @maxreb on GitHub (May 23, 2022). If one sets the `EndTime` > 24 hours of the `RadzenDayView` then the rendering works just fine, but appointments wont be shown. To fix this this line https://github.com/radzenhq/radzen-blazor/blob/b56d4d1ca3fef94ad82dbbc1870b61d0bcc27a39/Radzen.Blazor/RadzenDayView.razor#L11 should be changed to: `var appointments = Scheduler.GetAppointmentsInRange(StartDate, EndDate).ToList();` You can find the same line in RadzenWeekView: https://github.com/radzenhq/radzen-blazor/blob/b56d4d1ca3fef94ad82dbbc1870b61d0bcc27a39/Radzen.Blazor/RadzenWeekView.razor#L9 If you want me to fix this, then I can do a pull request (same for https://github.com/radzenhq/radzen-blazor/issues/468)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#419