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

PanelBar - Sliding PanelBar

1 Answer 25 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Marcos
Top achievements
Rank 1
Marcos asked on 23 Sep 2015, 12:22 AM

Hi,

Would I like to remove this line of code "<telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" />"

 of your example "PanelBar - Sliding PanelBar : http://demos.telerik.com/aspnet-ajax/panelbar/examples/applicationscenarios/slidingpanelbar/defaultcs.aspx"

The problem is deleting this code the slide fails to collapse the panelbar.

Expand the panelbar -> works well

Collapse the panelbar -> Fail.

I tried to put ​ShowChooser="false" but does not work either.

Why?

Thanks

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 25 Sep 2015, 03:08 PM
Hello,

Instead of removing the SkinManager try hiding the SkinChooser with the following CSS rule:
#SkinChooser {
    display: none;
}

Regards,
Ivan Danchev
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
SkinManager
Asked by
Marcos
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or