Window for ASP.NET AJAX

Light-weight and responsive windows
Window

External Pages

Use the Window as a way to browse external pages by setting a single property. Now you can offer your users the ability to browse additional content while still being within your application. View demo

Content Templates

Define the content of your Window to contain the exact controls and layout that is needed. This can be done completely via markup on the page or by loading a user control. View demo

Predefined Dialogues

With predefined dialogs for alert, prompt, and confirm you can quickly and easily display prompts across your application. These can also be styled to ensure that they fit into your overall page design. View demo

Customizable Toolbars

Define exactly what window behaviors should be displayed in each window. Create windows which do not have a close button, and others that can only minimize and maximize. View demo

Client-side API

Thanks to the rich client-side API the RadWindow can be fully interacted with on the client-side. Open or close the window and define exactly where the window should appear just with a few lines of JavaScript. View demo

Keyboard Support

Take full control over the behavior of the window by only utilizing the keyboard. Thanks to extensive keyboard support end-users can now interact with their Windows without using their mouse. View demo

Control Size

Configure minimum and maximum height and width constraints for the Window, allowing for the ability to control a range for how much say the user has in the layout of your application. View demo