Hello,
I want to use your TelerikEditor in my existing project. Our project primarily uses DevExpress along with a few other components like Blazored Modal.
First I want to know if there are any known issues mixing Devexpress and Telerik in the same project? My main concern is having CSS clashes between the two libraries.
2nd, we use Blazored Modal which has a cascading parameter (CascadingBlazoredModal) that wraps the router. When I try to show the TelerikEditor in a modal I get the following:
"A Telerik component on the requested view requires a TelerikRootComponent to be added to the root of the MainLayout component of the app. Read more at: https://docs.telerik.com/blazor-ui/getting-started/what-you-need#project-configuration"
I suspect this is because dialog is parented outside of the MainLayout which uses the TelerikLayout. Is it technically feasible to use the TelerikLayout inside a view?
Thanks,
Matt B.