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

Telerik rad treelist expand Icon Issue

1 Answer 81 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
jerin
Top achievements
Rank 1
jerin asked on 18 Jul 2011, 01:11 PM

I put customised image on the left side of the panel bar,but the default image on the radpanelbar on right side is still visible. How I can hide that Default expand Icon So that only customised image should visible on left side?

 

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 20 Jul 2011, 07:57 PM
Hello Jerin,

To remove the arrow image on the right side of the RadPanelBar control you could apply the following css  selector: 
div.RadPanelBar_Default .rpExpandable span.rpExpandHandle,
 div.RadPanelBar_Default .rpExpanded span.rpExpandHandle {
         background-image: none;     
}

You can also refer to the following help article for more detailed explanation on the css classes that are applied to the control:
http://www.telerik.com/help/aspnet-ajax/panelbar-appearance-css-selectors.html 

Kind regards,
Kate
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
General Discussions
Asked by
jerin
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or