I am trying to hook a RadPane object.
This is rendered as a Frame but with no Frameset. I have tried to hook it unsuccessfully like this:
HtmlPage ws = launchPage.GetPopupPage(1);
HtmlPage nav = ws.GetFramePage("NavPane");But this does not return the NavPane frameset.
What do I need to do to get this working? This seems to be the final hurdle, albeit a large one...