|
RadWindow
for asp.net ajax
Telerik ASP.NET AJAX Window control brings the familiar methods and properties of
desktop windows, alert, confirm, and prompt dialogs, to the web. Built on top of
ASP.NET AJAX, the control provides a flexible API to easily control its behavior
and makes the implementation of complex logic for a great range of scenarios easily
achievable. A unique example of this ability is simulating MDI apps using RadWindow
and RadTabStrip.
-
First look at RadWindow features.
-
See how you can open a dialog from another dialog and pass values.
-
See how you can open messages in multiple windows.
-
See how you can use the rich client-side API for customizations.
- Window Visibility and Location
-
Full control over the initial visibility and position of the Telerik’s ASP.NET window, by setting a few simple properties
- User Interaction
-
You can easily interact with the window - move or resize the window, maximize/minimize, pin, close, etc
- Various Minimization Modes
-
Telerik Window objects can be "docked" to an HTML element, styled to resemble an interface element (a taskbar)
- Predefined Dialogs
-
Telerik’s Window control can replace the standard browser dialogs (alert, confirm, and prompt) by using simple commands
- Cross-Browser "Modal" Dialogs
-
The wide cross-browser support and the modal mode setting of Telerik Window you can create cross-browser modal dialogs
- Avoiding the Win XP SP2 Popup Blocker
-
RadWindow allows you to implement dialogs in your apps, without being affected by the popup blocking mechanism of Windows XP SP2.
|