使用 CSS 框架 EZ-CSS 的 Telerik MVC Grid 的问题
我有一个用 EZ-CSS 布局的页面。在此页面上我有一个 Telerik MVC 网格。除了列调整大小和重新排序不起作用之外,它工作得很好。 Ajax 数据绑定也不起作用。它始终使用服务器绑定。
相同的网格在未使用 EZ-CSS 布局的页面上完美运行。所以看起来EZ-CSS做了一些与网格不兼容的事情。
有什么想法吗?
I have a page layed out with EZ-CSS. On this page I have a Telerik MVC Grid. It works just fine except that column resizing and reordering is not working. Also Ajax databinding does not work. It always uses server binding.
The same grid worked perfectly on a page not layed out with EZ-CSS. So it seems that EZ-CSS did something that is not compatible with the grid.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我必须向 EZ-CSS 人员道歉。我发现问题是我也换了新的 jQuery 版本。我的错——永远不要同时进行多项更改。好的,这是我的发现:Telerik 的 MVC Grid 可与 jQuery 1.5.1 配合使用。我升级到1.6.2,但与网格不兼容。返回到 jQuery 1.5.1 后,与 EZ-CSS 一起工作得很好。
Well, I have to apologize to the EZ-CSS guys. I figured out that the problem was that I also changed to a newer jQuery version. My fault - never do multiple changes at once. Ok, here my findings: Telerik's MVC Grid works with jQuery 1.5.1. I upgraded to 1.6.2 and that is not compatible with the grid. After going back to jQuery 1.5.1 all worked fine together with EZ-CSS.