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

[Solved] Panel bar collapsing even after event.stopPropogation() is fired in calling function

1 Answer 150 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Narayanarao
Top achievements
Rank 1
Narayanarao asked on 30 Jan 2012, 11:21 AM
Hi Telerik team,

I have a telerik panel bar that has a checkbox within it. The Panel bar collapsing even after event.stopPropogation() is fired in  checkbox.click() event.

I just noted that in _layout.cshtml 

we have
@(Html.Telerik().ScriptRegistrar().jQuery(false).jQueryValidation(false))
to make sure our view is rendered correctly. 

If i remove jQuery(false) it works fine. 
But I cant do so as it breaks my other code.

Appreciate your thoughts.

Regards,
Anand

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 02 Feb 2012, 10:10 AM
Hi Narayanarao,

Unfortunately I wasn't able to reproduce this. If I call stopPropagation() in a checkbox click event, the PanelBar is not expanded/collapsed. Can you open a ticket and provide a sample project or a live URL where we can reproduce this issue and help you further?

Greetings,
Kamen Bundev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
PanelBar
Asked by
Narayanarao
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or