I have a master page which has navigation menu, content place holder and a radwindowmanager. In my content page I have a radsplitter, from a page loaded into a pane I am able to execute a javascript that launches a rad window on the masterpage, when this window closes I need to execute a script on the original (pane content) page. I cannot get the radsplitter using $find("<% =radsplitter.clientid %>" from the masterpage, the object only exists inside the content place holder. I need the rad spliter to get the pane to get the iframe of the panes contenturl so that I can fire a java script that will then either reload the rad tree so new records or reload the rad tree runing a records search.
Master Page
Content Page
RadSplitter
RadPane
Content Page
RadTree
I can go up the train through javascripts, but I cannot go back down the train using javascript.
Master Page
Content Page
RadSplitter
RadPane
Content Page
RadTree
I can go up the train through javascripts, but I cannot go back down the train using javascript.