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:
- kendo.web.min.js
- kendo.all.min.js
- angular.min.js
- jQuery-1.10.1.min.js
they are the same in both pages, but why this Error is happenning??
Do not import both of these:
all
includes everything inweb
,mobile
, anddataviz
. Also make sure you import Kendo after jQuery.