aspxcombobox 动态填充
动态填充的 Aspxcombobox 在 IE 中工作得很好,但在其他浏览器中,当使用箭头键进行导航时,第二个依赖的控件总是对第一个下一个而不是当前有值,所以我有一点延迟......
Aspxcombobox populating on the fly works fine with IE, but with others browsers, when using arrow keys for navigation, the second depended control, always has value for the first next and not for the current, so I have a bit of delay ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 David,
是的,它类似于 Asp.NET Web 表单中的级联 DropDowns。
一些代码在第二个组合框上使用回调事件(即使其他控件也没有问题 - 应该是类似的问题):
PS
通常我会得到所需的结果,但在 Firefox 中会有一些延迟,例如...等等...正如发布的问题中所描述的...
感谢您的努力:)
To David,
Yeah it's similar to cascading DropDowns in Asp.NET webforms.
Some code using callback event on the second combobox (even other control is not problem-should be similar issue):
P.S.
normally I get required result, but with some delay in firefox for example..etc etc...as it's described in the posted question...
Thanks for your efforts :)
这就是你想要实现的目标吗?
http://demos.devexpress.com/ASPxEditorsDemos/ASPxComboBox/ClientAPI.aspx
Is this what you are trying to accomplish?
http://demos.devexpress.com/ASPxEditorsDemos/ASPxComboBox/ClientAPI.aspx