简体   繁体   English

Kendo网格和Jquery在Viiew上不起作用

[英]Kendo grid and Jquery is not working on Viiew

I need a progress bar(Jquery ui ) in my view page .The page also contains a kendo Grid.. 我的视图页面中需要一个进度条(Jquery ui)。该页面还包含一个kendo Grid。

So I added these files (jquery-ui.css,jquery-.js,jquery-ui.js) but adding jquery.js Showing error Object Object has no method kendo grid 所以我添加了这些文件(jquery-ui.css,jquery-.js,jquery-ui.js),但是添加了jquery.js显示错误Object Object没有方法kendo grid

Using Updated version of Jquery. 使用Jquery的更新版本。

You have probably included jQuery twice. 您可能两次包含了jQuery。 The second instance will wipe out any jQuery plugins (eg Kendo) which were previously registered. 第二个实例将清除以前注册的所有jQuery插件(例如Kendo)。 You should include only one instance of jQuery in your page. 您的页面中仅应包含一个jQuery实例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM