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

2010 Q3 version shows 2 images instead of 1

1 Answer 26 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 10 Nov 2010, 11:50 PM


This was working fine before I upgraded today to the latest version.
Now it shows my images as well as the default telerik images.

<
telerik:RadPanelBar ID="RadPanelBar1" Runat="server" Skin="Windows7"
            Width="90%" Height="500px" ExpandMode="SingleExpandedItem" AllowCollapseAllItems="true">
            <Items>
                <telerik:RadPanelItem runat="server" Text="Company" ImagePosition="Right" ImageUrl="Images/Expand.jpg" ExpandedImageUrl="Images/Collapse.jpg"  >

1 Answer, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 11 Nov 2010, 09:07 AM
Hello Gary,

In Q2 2010 we separated the RadPanelBar expand images from the actual items and now they are separate elements. The change was listed here as potentially breaking one. You probably override the default expand arrows from being shown in order to be able to use the ImageUrls. In the new versions you can hide the expand arrows with this simple CSS rule:
.RadPanelBar .rpExpandHandle
{
    display:none !important;
}

All the best,
Kamen Bundev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
PanelBar
Asked by
Gary Meagher
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or