Integrating 3rd party components

I am attempting to use some DevExpress Components in my application created with RBS. I have been able to successfully integrate them, but there is a conflict with RBS page rendering. I don't care if the components render, but the error message that appears in the component when RBS is trying to render it makes it impossible to design anything with those components. Is there a workaround I can use for this?

You can still select such components and set their properties. Or you can edit the source code. Devexpress components indeed don’t work in Radzen and they didn’t want to cooperate with us - just said they only support visual studio.

ah! ok, so yes they still work, but the render errors are annoying...I will try working wih telerik, I really need the reporting and neither fast reports or syncfusion bold reports work very well...thank you for your help!!

I know it's not part of Radzen, but I have installed the Telerik components, but having a real hard time with getting this TelerikRootComponent to work with my radzen application, have you seen this before?

I am working with their support, just thought I'd ask...no problem if its not in you scope...I wouldn't use any other development tool than yours!

We don’t know what that component is.

I figured...Telerik now has a component that has to be added to the MainLayout, wrapping everything else in order to pass script information and some parameters, without it many of their components don't work...But it seems their documentation on impementing it is a little off....

After some exhuastive testing, there really is not problem with the TelerikRootComponent, its just a rendering issue inside RBS. The TelerikRootComponent initializes Telerik services, ensuring that all Telerik components can access the required settings and resources. For some reason, because it's in the mainlayout, the pages don't see it when rendering. Interestingly enough, if I wrap the razor page in a TelerikRootComponent on the page level it works fine and renders fine.

I have to say this, after using some of the Telerik components (just a couple you don't have) All of your components are far superior to their counterparts in Telerik! If I didn't need the reporting and just about 4 other components they off, I wouldn't even consider using their component library, nor any other to be honest. You guys do fantastic work! Most of my issues have been nothing more that my inexperience with blazor and c# (coming from a VB background) and I have learned so much from not only your component demos, but also from this community. So...Just THANK YOU.

Weird, I have been using Radzen with the Devexpress Pivot Table, and I love it cause I can Wyswig everything as well as have access to the properties. Not sure that helps other than the way I did it was setting up a Devexpress Project First, then laying Radzen on top of it. That seemed to create a seamless transition. ps I am using server based