This is not possible to show a RadWindow after closing the main page. The RadWindow exists only in the context of the page in which it is created. It cannot leave the boundaries of the browser window. So once the main page is closing the context of the page will also destroy and RadWindow will close.