Telerik MVC:使用 ajax 请求加载网格不起作用

Telerik MVC: Loading Grid with ajax request don#39;t work(Telerik MVC:使用 ajax 请求加载网格不起作用)
本文介绍了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 请求加载网格不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Grid Element expand animations using CSS(网格元素使用CSS展开动画)
Laravel 5.3 with Vuejs ajax call尝试使用 Vuejs 从数据库中获取一些数据。我的用户表中有一些虚拟数据。我想在我的视野中展示它们。问题是虽然页面加载,但...
Passing Data between react components(在Reaction组件之间传递数据)
How can I get the nearest date through moment.js?(怎样才能通过Moment.js获得最近的日期呢?)
Difference between two time using dayjs(使用DAYJS的两次时间之间的差异)
Tempus Dominus Bootstrap4 requires moment.js. (datetime picker)(Tempus Domus Bootstrap4需要minom.js。(日期时间选取器))