I have a website running ASP.NET and the Telerik controls. I have a parent window with a button which when clicked on, opens a Telerik RadWindow as a popup. This works fine.
When you close the child RadWindow and then click the button again it displays the RadWindow again fine, but I want to be able to refresh an UpdatePanel in the child window, as opposed to a full postback which the .reload() method would do (but this cause the Postback browser popup).
Is there an event in the child RadWindow which gets fired when it is displayed (not simply loaded). Alternatively, can I fire an event in the Child window, from the Parent Window.