MVC Telerik 网格页面导航失败

发布于 2024-11-14 00:52:31 字数 455 浏览 4 评论 0原文

我已经尝试过了,

.Pageable(p => p.Enabled(true).PageSize(20))
.Pageable(p => p.Enabled(true)
            .PageSize(20)
            .PageTo(10))
.Pageable()

到目前为止我注意到我可以向左导航,但所有向右的页面导航都只显示为我所在页面的网址/链接,并且它正在显示而不是说第 11 页或 2.

单击页码也没有任何反应。 使用 firebug 时,它只显示右箭头,因为没有 href,也没有显示页码。

在 VS10、MVC2、C#、AJAX 绑定中制作

任何想法可能导致此问题的原因或应该处理此问题的代码在 telerik.grid.min.js 中,或者是否在公共/过滤中(除了文本框之外)是唯一运行的 telerik .js 吗)?

I've tried,

.Pageable(p => p.Enabled(true).PageSize(20))
.Pageable(p => p.Enabled(true)
            .PageSize(20)
            .PageTo(10))
.Pageable()

And so far what I've noticed is I can navigate left but all the page navigations to go right just show up as the web address/link to the page I'm on and it's displaying rather than say page 11 or 2.

Clicking on the page numbers also does nothing.
With using firebug it just shows the right arrows as not having a href and nothing for the page numbers.

Being made in VS10,MVC2,C#, AJAX binding

Any idea what could be causing this or what/where the code that should be handling this is in telerik.grid.min.js or if it's in common/filtering(other than textbox those are the only telerik .js running for it)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请你别敷衍 2024-11-21 00:52:31

只需更新我的 jquery.validate.min.js

Just had to update my jquery.validate.min.js

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文