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 请求加载网格不起作用


基础教程推荐
- 检查 HTML5 拖放文件类型 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01