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