I'm getting a JavaScript error when I open a TelerikDialog that has a TelerikScheduler in it. The error is:
telerik-blazor.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'filter')
at m.handleOverflowingItems (telerik-blazor.js:1:2451674)
at e.ResizeService.onResize [as resizeCallback] (telerik-blazor.js:1:2446927)
at ResizeObserver.onResize (telerik-blazor.js:1:2228100)
at telerik-blazor.js:1:2239508
I have a reproduction here, specifically in this page. The error appears when you click the button and the dialog opens. If I remove the Scheduler, the error goes away. The configuration for the Scheduler was taken from the overview page.
This is happening with Telerik Blazor 8.0. I checked with version 6.2 and it didn't show an error in that case.
By default, the Telerik REPL uses Telerik UI for Blazor version 8.0.0, which matches the version used in your project.
This suggests that the issue might be related to how the project is set up or how components are arranged within the layout. Since setting up and debugging your specific project would take additional time, I recommend creating a minimal reproducible example, such as a REPL, where the issue occurs. That would help identify the root cause more efficiently.
Regards,
Anislav Atanasov