I have tried to implement Kendo Panel Bar as an accordion in the project, but expand collapse is not working in the panel bar. It is showing the below error in the console,
Attached the source code
1 Answer, 1 is accepted
0
Mihaela
Telerik team
answered on 28 May 2024, 10:24 AM
Hello Manoj,
Usually, such an error occurs when there are multiple jQuery references (for example, in the _Layout.cshtml file and the View page). You can check the loaded client-side files on the page in the browser DevTools (in the Network tab) as per the screenshot below:
Also, it is not needed to load the "kendo.panelbar.min.js" file when the "kendo.all.min.js" file is included.
Looking forward to your reply.
Regards,
Mihaela
Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the onlyREPL playground for creating, saving, running, and sharing server-side code.