Hi,
The cause for the exception you are experiencing is jQuery being loaded twice in the project's _Layout.cshtml. It is loaded once in the head tag:
and a second time at the end of the body:
The same is valid for the environment tags with exclude="Development" attribute:
Loading jQuery multiple times should be avoided - it must be added only once on the page before the Kendo UI scripts.
Leaving only the first reference to jQuery in the project's Layout deals with the js exception
Regards,
Ivan Danchev
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.