RadWindowManager's client-side API provides the radopen() function that can easy and quickly replace the standard browser's popup (window.open()). The RadWindow popup is completely customizable and can blend with any site's design, thus increasing the user experience and usability.
The main advantages of an ASP.NET PopUp Window are:
- Full customization ability that allows you to change RadWindow's look and feel
- Rich client-side and server-side API that allows you to fully control RadWindow's behavior.
- Loading pane that is displayed over the content page while it is still loading - controlled by the ShowContentDuringLoad property.
The main difference between RadWindow and browser's popup is that just like any other DHTML element, RadWindow exists only in the context of the page in which it is created. It cannot leave the boundaries of the browser window.