Hello
I have installed the latest commerical KendUI JQuery : kendoui.for.jquery.2021.2.511.commercial.zip
When I copy/paste the example from https://docs.telerik.com/kendo-ui/api/javascript/ui/expansionpanel/configuration/title to my local project I got this error message:
TypeError: $("#expansionPanel").kendoExpansionPanel is not a function. (In '$("#expansionPanel").kendoExpansionPanel({
title: "Lorem ipsum"
})', '$("#expansionPanel").kendoExpansionPanel' is undefined)
I'm using many others widgets, never had such a case. Also PHPStorm does not color ".kendoExpansionPanel" in the code to let me know it can't be resolved. I'm working with JQuery 3.5.1 but that is probably not the problem.
Did I miss anything?