Blazor : Create cascading value using RenderTreeBuilder inside a new RenderFragment #29945
Unanswered
David-Moreira
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I guess you will need to create an issue or post somewhere like Stack Overflow. See: #29935 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I am having difficulties trying to create the following Cascading Value using the Render Tree Builder API, where both the parent and childcontent renderFragments are created dynamically, and where I would like the parent RenderFragment to Cascade itself.
Here's my use case: XTabs component should be a Cascading Value.
I have tried the following snippet inside the XTabsRenderFragment, (with adequate sequence numbers) which I've found on similar threads here, but with no success since the use case on those threads was overriding the BuildRenderTree method instead
Can you guys help me figure this out, please?
Beta Was this translation helpful? Give feedback.
All reactions