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

sliding panel bar not closing

2 Answers 41 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Iron
Paul asked on 23 Aug 2016, 06:38 PM

I have a sliding panel bar setup on my pages. Every time I click on the button to open it, the panel bar slides open, but it throws this error, "Object doesn't support property or method 'stopTransition'", and I can not close the panel bar.  I thought may be I did something wrong so I created a page and copied the example here, http://demos.telerik.com/aspnet-ajax/panelbar/examples/applicationscenarios/slidingpanelbar/defaultvb.aspx . When I tried running that it also threw the error and behaved the same way.

The version I am using is the latest one : 2016.2.607.45 .

There is another project that I have that has the sliding panel bar and that is working. The only difference with that project is that its running 2014.2.724.45. So what is the issue?

2 Answers, 1 is accepted

Sort by
0
Paul
Top achievements
Rank 1
Iron
answered on 23 Aug 2016, 06:57 PM
I found out that it works if I add the rad skin manager. Why would I need to add that?
0
Ivan Danchev
Telerik team
answered on 26 Aug 2016, 11:51 AM
Hello Paul,

Thank you for the provided information. We logged this as a bug in the controls from Q3 2014 onward and will do our best to fix it as soon as possible.

The presence of the SkinManager's SkinChooser can be used as a temporary workaround, until an official fix is available. If you don't want it visible on you page you can hide it with the following CSS rule, but it must be enabled (ShowChooser="true"):
#SkinChooser {
    display: none;
}

You can track the bug's status on our Feedback Portal.

As a token of gratitude for reporting the issue and providing additional information that helped us isolate it I updated your Telerik points.

Regards,
Ivan Danchev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
PanelBar
Asked by
Paul
Top achievements
Rank 1
Iron
Answers by
Paul
Top achievements
Rank 1
Iron
Ivan Danchev
Telerik team
Share this question
or