The Dialog widget is a modal popup that brings information to the user. It also provides reactionary behavior through its action buttons to prompt the user for input or to ask for a decision. It’s similar to the Window widget but with added functionality for actions and predefined dialogs.
Modal and Non-Modal ASP.NET Pop-Up Dialogs
You can seamlessly leverage the flexible modal feature of Telerik ASP.NET Popup Dialog by creating uniform, visually appealing popups that provide user interactions with the background while they are active.
Predefined Dialogs
Predefined dialogs are similar to the browser dialogs—Alert, Confirm and Prompt. Through their stunning UI these dialogs integrate flawlessly with your web application. You can customize the look and feel of the predefined dialog windows by making modifications in the template, such as removing the OK button, changing the Alert icon, etc.
Client-Side Rendering for Enhanced Responsiveness
Dialog enhances the performance of your app by allowing you to create popups dynamically on the client without the need to send information to the server. This can save bandwidth and speed up your application, especially if it uses a large number of Dialogs.
Popup Blockers Don’t Impede Dialog
Unlike the default browser dialogs, Dialog cannot be stopped by popup blockers. You can be sure that the Telerik ASP.NET Dialog Window will always appear and work as expected.
Mobile Support
Why build a mobile version of your application when the same app can work equally well on mobile and desktop devices? The Telerik ASP.NET Dialog control makes this possible by handling touch events in the same manner as those triggered by a keyboard or a mouse. In addition, the control comes with a mobile skin specially designed for a better user experience on touch devices.