Hi,
im calling a radwindow from parent page and i need to call one more window from the first radwindow. I called it from the parent window by using the code
var oBrowserWnd = GetRadWindow().BrowserWindow;
oBrowserWnd.radopen(
"AssignUsers.aspx?Group_Id=" + GroupId, "AssignUsersWindow");
It is working fine. but when i click ok button in the 2nd radwindow, the window should close and the 1st window grid contents and parent window contents should be refreshed. but the window is not getting closed and the parent page is not getting refreshed.
Can anyone suggest me how to do these 2 tasks..
Thank you in advance