I Used KendoPanelBar in 2 projects. In firstOne, I dont have any problem with executing , but in second one there is an Error in Firebug when I want to Run: Error is
kendoPanelBar is not a function
by the way: its a very simple code
$("#panelbar").kendoPanelBar({
expandMode: "single"
});
when in firebug I check for .js files there are these files:
they are the same in both pages, but why this Error is happenning??
Do not import both of these:
all
includes everything in web
, mobile
, and dataviz
.
Also make sure you import Kendo after jQuery.