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
he code
PanelBaritem does not expand to show all content in Firefox and does not show a scrollbar
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 >