This is a migrated thread and some comments may be shown as answers.

PanelBar does not expand to show all content in Firefox and does not show a scrollbar

2 Answers 54 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Gary Meagher
Top achievements
Rank 1
Gary Meagher asked on 18 Nov 2010, 09:45 PM
The problem is in Firefox (only tested in IE6 and Firefox)
PanelBaritem does not expand to show all content in Firefox and does not show a scrollbar
attached is a screenshot
and here is a snippet
<telerik:RadPanelBar ID="RadPanelBar1" Runat="server" Skin="Windows7"
            Width="90%"  ExpandMode="SingleExpandedItem" AllowCollapseAllItems="true">
            <Items>
                <telerik:RadPanelItem runat="server" Text="Company" ImagePosition="Right" ImageUrl="Images/Expand.jpg" ExpandedImageUrl="Images/Collapse.jpg"  >
                <Items>
                    <telerik:RadPanelItem>
                    <ItemTemplate>
                         <uc2:ByCompany ID="ByCompany1" runat="server" />
                    </ItemTemplate>
                    </telerik:RadPanelItem>
                </Items>
                 
                </telerik:RadPanelItem >
                <telerik:RadPanelItem runat="server" Text="Analyst" ImagePosition="Right" ImageUrl="Images/Expand.jpg" ExpandedImageUrl="Images/Collapse.jpg">
                 <Items>
                    <telerik:RadPanelItem>
                    <ItemTemplate>
                    <uc3:ByAnalyst ID="ByAnalyst1" runat="server" />
               </ItemTemplate>
                    </telerik:RadPanelItem>
                </Items>
                 
                </telerik:RadPanelItem >
he code

2 Answers, 1 is accepted

Sort by
0
Gary Meagher
Top achievements
Rank 1
answered on 18 Nov 2010, 09:53 PM
the problem is also in IE8
0
Yana
Telerik team
answered on 25 Nov 2010, 04:12 PM
Hello Gary,

We cannot reproduce this issue - the scrolling works as expected, please check our demo here. Can you send us a live url or a simple page where the problem can be observed?

All the best,
Yana
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
PanelBar
Asked by
Gary Meagher
Top achievements
Rank 1
Answers by
Gary Meagher
Top achievements
Rank 1
Yana
Telerik team
Share this question
or