Loading razor pages dynamically

Dear Korchev,
Is there any way I can inject or render the razor pages dynamically inside a panel [container]?

For e.g my UI is divided into two sections using a combination of radzen splitter and panel components and I have a tree component on the left-hand side of the UI. Now onclick event of each child node of the tree, is there any way I can render various razor pages dynamically on the right side of the panel or a container? Are there any dynamic load examples or a design guidelines you can provide here? Many thanks in advance.

Hey @Zen.

Check this thread for reference:

1 Like

Hey Enchev, many thanks for the quick turnaround as always!
Unfortunately, that thread did not help with my requirement. Please see attached my UI requirement. I hope it is achievable. Kind regards

Hey @Zen,

The thread in my opinion is definitely related to your requirement and shows how to load dynamically components in Blazor.

Hi enchev
found it! Answered by [Memetican] in the thread
(User Memetican - Stack Overflow)]