在 UpdatePanel 内时,Ajax 控制工具包日历不会在 IE8 中显示
我有这个问题。当日历扩展器位于 UpdatePanel 外部时,它在 IE8 上完美运行,但是,当日历扩展器位于 UpdatePanel 内部时,它不会显示。有人遇到这个问题吗?
谢谢。
I'm having this problem. When the calendar extender is outside an UpdatePanel, it works perfectly on IE8, however, when inside it, it doesn't show. Anybody having this issue?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能听起来很疯狂,但我遇到了同样的问题,并通过从图像(打开日历)中删除 TabIndex 来修复它。 IE8 不喜欢图像上有 TabIndex。
我的日历现在可以在更新面板中打开:)
希望这有帮助!
This might sound crazy, but I had the same issue, and fixed it by removing the TabIndex from the image (that opens the calendar). IE8 doesn't like it when you have a TabIndex on the image.
My calendar opens up inside the update panel ok now :)
Hope this helps!