Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

Refreshing RadWindow

$
0
0

I have a page, and on a user clicks, a RadWindow opens (non-modal) and when an event in the RadWindow happens (user clicks something) another RadWindow opens as a modal.  When the modal closes, I just want to refresh the parent RadWindow, not the parent page (as the RadWindow closes).

I am using the OnClientClose event of the modal RadWindow, but I'm not sure how to refresh the parent RadWindow.

I tried using

functionOnBookTimeClientClose() {
    varw = GetRadWindow();
    if(w) {
        w.location.reload();
    }
}

 

but the Chrome debugger said "reload is not a valid method"

 


Viewing all articles
Browse latest Browse all 78072

Trending Articles