Ignite UI Dialog Window
Whether you’re building informative dialogs or data manipulation windows the, Ignite UI Dialog Window component can help you manage the information shown to your users at any given time in your application. With options like the ability to make dialogs modal and the capability to load dialog content from external locations, the dialog window control helps you to quickly build easy-to-use applications.
View SampleLoading from External Page
Sometimes your dialog windows need to pull data in from other locations. The Ignite UI Dialog Window exposes the ability to load an arbitrary page into the dialog window.
View SampleModal Dialog
When exposed as a modal dialog the Ignite UI Dialog Window ensures that the user must respond to the dialog displayed in the foreground before being able to interact with other parts of the application. Modal dialogs are best used when users need to make a critical decision or you want to be sure they review specific content in your application.
View SampleIcons
The Ignite UI Dialog Window allows you to customize icons that appear in the dialog header bar.
View Sample