Compatibility with Devexpress & Blazored Modal

1 Answer 371 Views
Editor
Matt
Top achievements
Rank 1
Matt asked on 24 Jun 2021, 05:12 PM

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.

 

 

 

1 Answer, 1 is accepted

Sort by
1
Marin Bratanov
Telerik team
answered on 26 Jun 2021, 03:45 PM

Hi Matt,

To each question in turn:

Compatibility with DevExpress - we do try to encapsulate our own styling inside our own classes and selectors, so we should not generally affect other components and parts of your page. That said, we do not test or support compatibility with such third party components and we cannot guarantee they will not bring in something that can break our components.

BlazoredModal - you are correct, their root component puts things outside of our root component and you get that issue. I'd suggest using the Telerik Window for your popup container instead.

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Matt
Top achievements
Rank 1
commented on 28 Jun 2021, 01:03 PM

Thanks for your feedback. Unfortunately the Telerik Window does not meet our requirements.
Marin Bratanov
Telerik team
commented on 29 Jun 2021, 06:28 PM

Could you provide some more details on what you find lacking? Also, this sample help: https://github.com/telerik/blazor-ui/tree/master/common/message-box
Tags
Editor
Asked by
Matt
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or