Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Splitter > RadPane with Crystal Viewer Page
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RadPane with Crystal Viewer Page

Feed from this thread
  • Anibal Arvayo avatar

    Posted on Sep 9, 2010 (permalink)

    Hi.

    I'm using RadSplitters and RadPane to split my default.aspx page. In one section I have a menu control that call a window.open(url,
    "<%=this.rpb_Main.ClientID%>") to load in that radpane my content page. All works great until i use the same function to load a page with a CrystalViewer. First the page load well but when again i tried to use another option from the menu, the window.open function open a new window instead of loading in the content pane




    thanks

  • Svetlina Anati Svetlina Anati admin's avatar

    Posted on Sep 14, 2010 (permalink)

    Hello Anibal,

     

    If the url is opened in a new window, it means that IFRAME element is not found. However, since the first time you open a page it works correctly, this means that the IFRAME is there and you have correctly referenced it. Another possible reason for the problem is that you are opening the second page in a different context - if so, please, make sure that you use the window object of the main page which includes the splitter.

    Basically, this is not related to RadSplitter and RadControls and I suggest to remove the splitter and put a standard IFRAME element to replicate the issue. Once you resolve the problem with the IFRAME simply use the same logic for the splitter as well.

    In case you need further assistance with this, please provide fully working sample code which can be directly build and debugged and I will examine it and I will do my best to help.



    Kind regards,
    Svetlina
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Splitter > RadPane with Crystal Viewer Page