When I use the Telerik MediaQuery component on a razor page, an error is thrown:
Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]Hi
We come limitations with the Media Queries provieded by Telerik.
As we are using a NavBar which opens and closes at a certain point. It is realy hard to use the normal queries to make an Application Responsive. We need to kind of calculate the Breakpoints.
This makes adding responsiveness realy hard.
Css provides Container Queries, so the available space can depend on the context where a component appears.
If the ContainerQuery Component could be implemented would be amazing.
Thank you and kind regards
Nicolas