DevExpress ASPxGridView 回调和 jQuery
我们的 web 应用程序中有一个 DevExpress ASPxGridView,其 EnableCallbacks=true 允许此网格的客户端事件。一旦我们包含 jQuery(1.4.1 或 1.4.2)并执行例如:对 ASPxGridView 进行过滤后,所有客户端网格功能都会停止工作。
我们已经尝试了此处讨论的解决方案
http://www.devexpress.com/Support/ Center/p/B144365.aspx
但无济于事。 有没有人经历过类似的问题,可以为我们指明正确的方向?
提前致谢
斯泰恩
we have a DevExpress ASPxGridView in our webapp with EnableCallbacks=true to allow client side events for this grid. As soon as we include jQuery (1.4.1 or 1.4.2) and perform eg. a filtering on the ASPxGridView, all client-side grid functionality stop working.
We have tried the solution discussed here
http://www.devexpress.com/Support/Center/p/B144365.aspx
but to no avail.
Has anyone experienced a similar problem that might point us in the right direction?
Thanks in advance
Stijn
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有一个使用 jQuery 1.4.2 和 ASPxGridView 的项目。一切正常。出现该问题的原因可能是您使用了一些 Java 脚本方法,这些方法破坏了我们的代码。为了能够帮助您,我们需要一个显示此问题的示例项目。请将示例项目发布到支持中心,我们将尽力为您提供帮助。
I have a project with jQuery 1.4.2 and ASPxGridView. Everything works properly. The problem might appear because you are using some java script methods which break our code. To be able to help you, we need a sample project showing this issue. Please post a sample project to the support center and we will do our best to help you.