Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Panelbar > RadTreeview inside RadPanelBar not displaying in the firefox
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 RadTreeview inside RadPanelBar not displaying in the firefox

Feed from this thread
  • Goutham avatar

    Posted on Mar 1, 2011 (permalink)

    This works fine IE8 but firefox

    <rspl:RadPane ID="treePane" runat="server" Width="30%" Scrolling="Both">
                                   <table style="width: 100%; height: 100%;">
                                       <tr valign="top" align="left">
                                           <td background="../SOA/Images/tree-bg.gif">
                                               <radP:RadPanelbar ID="RadPanelbar1" Skin="SkeltaPanelbar" runat="server" Width="100%"
                                                   ExpandMode="FullExpandedItem" RadControlsDir="<%$ ReplaceTemplateExpn:telerik/radcontrols/%>">
                                                   <Items>
                                                       <radP:RadPanelItem runat="server" Text="" Expanded="true" Value="SkeltaObjects">
                                                           <Items>
                                                               <radP:RadPanelItem Selected="true" runat="server" Value="TemplatedItem1">
                                                                   <ItemTemplate>                                                                   
                                                                       <rt:RadTreeView RadControlsDir="<%$ ReplaceTemplateExpn:telerik/radcontrols/%>" Skin="SkeltaTreeview"
                                                                           ID="packagableObjectsTreeView" runat="server" RetainScrollPosition="true" OnNodeClick="packagableObjectsTreeView_NodeClick"
                                                                           AutoPostBack="true" ExpandDelay="10" OnNodeContextClick="packagableObjectsTreeView_ContextMenuItemClick">
                                                                       </rt:RadTreeView>
                                                                   </ItemTemplate>
                                                               </radP:RadPanelItem>
                                                           </Items>
                                                       </radP:RadPanelItem>
                                                   </Items>
                                               </radP:RadPanelbar>
                                           </td>
                                       </tr>
                                   </table>
                               </rspl:RadPane>
    Attached files

  • Kate Kate admin's avatar

    Posted on Mar 2, 2011 (permalink)

    Hello Goutham,

    Since the whole layout of the content that holds the treeview seems to be complicated there may be many different reasons that could be causing the issue that you encounter. You can send us a sample page reproducing the problem via a support ticket or a live URL, so we can help you out with an apropriate solution.

    All the best,
    Kate
    the Telerik team
    Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

  • Goutham avatar

    Posted on Mar 3, 2011 (permalink)

    Hey Thanks Guys,

    I think there was a problem in firefox, It Seems to be working fine now. Thanks for reply :) 

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Panelbar > RadTreeview inside RadPanelBar not displaying in the firefox