i open up a radwindow "A" from a normal browser and another radwindow "B" from radwindow "A". now clicking a button in radwindow "B" i want to close
Both radwindow A and B and return to the browser. i am having trouble doing that. can you help me please. i tried something like this in radwindow B
function CloseRadWindow()
{
GetRadWindow().BrowserWindow.CloseWindow();
GetRadWindow().Close();
}
window b closes but not window A