Example of Components inside Dialog in ASP.NET MVC Dialog Control
This example demonstrates how to integrate other ASP.NET MVC 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 container component, you can integrate other ASP.NET MVC UI components within the dialog. The dialog can be rendered with simple plain-text, HTML string, or ASP.NET MVC UI components. In the above sample, we have used major components such as Grid, Schedule, Chart, and Rich Text Editor inside dialog.