Skip to content

modal is blocked when used in dockview #4266

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

celadaris
Sep 8, 2024
Collaborator Author

You must be logged in to vote
0 replies
Comment options

celadaris
Sep 10, 2024
Collaborator Author

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

celadaris
Sep 11, 2024
Collaborator Author

You must be logged in to vote
0 replies
Comment options

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

celadaris Sep 12, 2024
Collaborator Author

@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 Question that needs to be answered
2 participants
Converted from issue

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