Telerik MVC: Loading Grid with ajax request don#39;t work(Telerik MVC:使用 ajax 请求加载网格不起作用)
问题描述
我有一个 Telerik MVC 标签条.
I have a Telerik MVC Tabstrip.
我用过:
.LoadContentFrom("Grid", "Orders");
"Grid" Action 只返回没有模型的视图.然后应该触发 Ajax 请求以获取数据.
"Grid" Action just returns view without model. Then the Ajax request should have been fired to get the data.
它正在正常加载网格,但它没有调用 Ajax 请求来填充数据.如果我通常调用相同的操作,即没有 ajax,它会显示网格并触发 Ajax 请求以加载数据.
It is loading the grid normally but it is not calling the Ajax request to fill the data. If I am calling the same action normally i.e. without ajax it displays grid and fires Ajax request to load the data.
推荐答案
可能您错过了为 Grid 注册所需的 JavaScript 文件.您可以查看以下帮助主题:
Perhaps you've missed to register the required JavaScript files for the Grid. You can check the following help topics:
- 正在加载标签内容中的组件
- 必需的 JavaScript 文件一个>
这篇关于Telerik MVC:使用 ajax 请求加载网格不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Telerik MVC:使用 ajax 请求加载网格不起作用


基础教程推荐
- jQuery File Upload - 如何识别所有文件何时上传 2022-01-01
- 为什么我在 Vue.js 中得到 ERR_CONNECTION_TIMED_OUT? 2022-01-01
- 每次设置弹出窗口的焦点 2022-01-01
- Javascript 在多个元素上单击事件侦听器并获取目标 2022-01-01
- 如何使用 CSS 显示和隐藏 div? 2022-01-01
- 如何在特定日期之前获取消息? 2022-01-01
- Node.js 有没有好的索引/搜索引擎? 2022-01-01
- 什么是不使用 jQuery 的经验技术原因? 2022-01-01
- 如何使用sencha Touch2在单页中显示列表和其他标签 2022-01-01
- WatchKit 支持 html 吗?有没有像 UIWebview 这样的控制器? 2022-01-01