MVC Telerik 网格页面导航失败
我已经尝试过了,
.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需更新我的 jquery.validate.min.js
Just had to update my jquery.validate.min.js