Kendo UI Grid returns JSON to browser (using MVC)

為{幸葍}努か 提交于 2019-12-02 11:36:46

Solved it - the problem was the kendo js files were not being referenced correctly.

In my particular case, the bundling wasn't done 100% correctly so the Kendo javascript files were never getting included in the page.

They must also appear in a certain order, as described in the troubleshooting guide http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/troubleshooting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!