DevExpress ASPxComboBox、ASPxTextBox 和 JQueryUI 选项卡
如果我将 DevExpress ASPxComboBox 或 ASPxTextBox 放置在 JQueryUI 选项卡小部件中,则 DevExpress 控件中不在初始活动选项卡上的任何数据都不会显示,尽管 DevExpress 控件本身是(它们只是空白)。
删除用于测试的选项卡功能(通过不调用 JQuery,html 结构保持相同)会导致 DevExpress 控件正常工作。
有人可以提出解决方案吗?
问候
穆
If I place a DevExpress ASPxComboBox or ASPxTextBox within a JQueryUI tabs widget, any data that is within a DevExpress control that is not on the initally active tab does not get displayed, although the DevExpress controls themselves are (they are just blank).
Removing the tabs functionality for testing (by not calling the JQuery, the html structure remains identical) results in the DevExpress controls working fine.
Can anyone suggest a resolution?
Regards
Moo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在 JQuery 中设置 $.noConflict() 。
链接文本
Try setting $.noConflict() in your JQuery.
link text