RadzenScheduler inside a .NET MAUI Blazor Hybrid Issue

Hello everyone,

I am using RadzenScheduler inside a .NET MAUI Blazor Hybrid application, and I’ve noticed that the SlotSelect event never fires, while AppointmentSelect works as expected.

This behavior occurs only when the Scheduler is hosted inside the MAUI WebView. It seems that the component does not receive the pointer/mouse events required to trigger SlotSelect, possibly due to how MAUI’s WebView handles hit‑testing and pointer event routing. Other Radzen components that rely on similar interaction patterns show the same issue.

Is this a known limitation of RadzenScheduler when running under MAUI Blazor Hybrid?
Is there any recommended workaround or configuration to enable slot selection?
Alternatively, would it be possible to manually trigger slot selection through JavaScript interop or by handling touch/mouse events directly?

Thank you in advance for your support.

Best regards,
Valeriano

Additionally, I have noticed that SlotSelect does not work even in your own example when using MonthView, which suggests that the issue may not be limited to my implementation.

Hello everyone,
my apologies — I overlooked the DaySelect event for MonthView.
Please consider this thread closed.

Thank you all.

Best regards,
Valeriano

Probably caused by this issue: RadzenScheduler month view · Issue #2482 · radzenhq/radzen-blazor · GitHub

should be fixed with the next release.

1 Like