Open a popup window, no return value
* This article, and all our great Telerik ASP.NET documentation, Is available on the Telerik ASP.NET menu
The Telerik RadWindowManager gives you a polished, consistent way to display modal dialogs, pop-up forms, and auxiliary UI without wrestling with raw JavaScript or browser quirks. Most examples focus on simply opening a window, collecting some input, and moving on—but many real-world scenarios need more than a one-way trip. Before we dive into returning values or coordinating actions between the parent page and the pop-up, it’s worth grounding ourselves in how the RadWindowManager actually opens and manages a basic pop-up form. This article starts there, using the standard “open a window with no return value” pattern as our foundation.
|