I open a child radwindow popup from parent radwindow popup. This works quite good but client wants to move child/second radwindow popup outside the boundaries of parent/first radwindow popup. I used following code to open the child/second popup in the parent page of first radwindow popup:
GetRadWindow().BrowserWindow;
It opens the child/second radwindow popup in the page but it closes the parent/first radwindow popup.
Please suggest a solution to solve this issue and achieve the requirement.