Skip to content

modal is blocked when used in dockview #4266

Closed Answered by ArgoZhang
celadaris asked this question in Q&A
Discussion options

You must be logged in to vote

DialogService is a very powerful component and is a must-know point.

you can get some information from

https://www.blazor.zone/dialog-service
https://www.blazor.zone/dialog

SectionContent is an alternative way. Modal and Dialog have different design purposes. Modal is rendered when the page is rendered. Dialog is rendered dynamically.

DialogOption.BodyTemplate and DialogOption.Component two parameters can adapt to all situations. You can dynamically render any component using BootstrapDynamicComponent.CreateComponent static method

Replies: 8 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@celadaris
Comment options

@ArgoZhang
Comment options

Answer selected by celadaris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #4226 on September 11, 2024 01:03.