Example of Components inside Dialog in ASP.NET Core Dialog Control
This example demonstrates how to integrate other ASP.NET Core UI components within the dialog control. In the below example, the dialog component renders with the Grid, Schedule, Chart, Rich Text Editor, Tabs, and Form components.
DEMO
SOURCE
Grid
Scheduler
Chart
Rich Text Editor
Forms
Since the dialog is a container component, you can integrate other ASP.NET Core UI components within the dialog. The dialog can be rendered with simple plain-text, HTML string, or ASP.NET Core UI components. In the above sample, major components such as Grid, Schedule, Chart, and Rich Text Editor are used inside the dialog.