How to integrate Radzen components in Oqtane module #5604
Replies: 4 comments 12 replies
-
|
@Bhushan02-dot there are templates in the market place. Install the radzen template it will show you what you need to be doing. |
Beta Was this translation helpful? Give feedback.
-
|
Note that this is the exact scenario which the new Oqtane Application Template in 6.2 is intended to address. It allows developers to include UI component libraries in the standard way. |
Beta Was this translation helpful? Give feedback.
-
|
@Bhushan02-dot in Oqtane 6.2 you can create an Oqtane Application using the .NET CLI: Open the MyCompany.MyProject.sln in Visual Studio. Replace the content with: Run the application and add the MyModule to a page. Click the Hello World button and you will see the following output:
|
Beta Was this translation helpful? Give feedback.
-
|
I posted and answer to another thread about pulling radzen into your theme/module. I suggesting using ModuleInfo, but your approach should work fine as well. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
@sbwalker , @markdav-is
I am trying to integrate Radzen Blazor components into an Oqtane module.
I followed this article: https://blazorhelpwebsite.com/ViewBlogPost/46
.
When I add simple components like inside my Oqtane module, it works fine.
But when I try to use the Radzen DialogService, it does not work.
in Oqtane modules, _Host.cshtml and index.html do not exist, and I am not sure where to add these services.

Beta Was this translation helpful? Give feedback.
All reactions