Example of Modal in ASP.NET Core Dialog Control
This example demonstrates the modal behavior of Dialog control. Choose "Close on overlay" option from property panel to decide whether the Dialog will be closed on click on the overlay. Click on “Open” button to show the Dialog again if it is closed.
DEMO
SOURCE
Your current software version is up to date.
Close on overlay click
|
A modal prevents the access to the parent application, so that the user must interact with the Dialog before continuing the parent application.