WebCalendarView year dropdown and month dropdown work well under IE7 and IE8, but in IE9, when it be clicked, no dropdown show, like disable. who can help me?
Hi lijiahe,
Thank you for posting in the community.
I have just tested the WebCalendarView with version 11.2.20112.1019 and the month dropdown is opening as expected in IE7, IE8, IE9 and Mozilla 8. Please provide me with your product version so that I can investigate the matter further.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
Our version is Version=8.3.20083.1009, Infragistics35.WebUI.WebCalendarView.v8.3.
We want to upgrade to newest Infragistics, but it will need more work, so we decide to postpone upgrading until budget is passed.
Thank you for your reply.
I tested this scenario and was able to replicate the behavior using version 8.3. The permanent solution to this issue would be ugprading your product version. As a temporary solution, however, you may wish to consider forcing your page in IE8 compatibility mode using:<meta http-equiv="X-UA-Compatible" content="IE=8" />
Please let me know if this helps.
Thanks for replying, but in IE8 normal model, rendering appointment very slower, under IE7, IE9, works well. when IE8 release, we have to let users use IE8 compatibility.
According to your quick reply, we may upgrade this component. because in that time, no one answers any question in this forum. our manager almost kick me out, due to I suggest to use this component.
Thank you for your reply. In an attempt to make the 8.3 control operate in IE9 I have tested the scenario with the latest service release for 8.3 and the issue persists. I am unable to think of an approach different from upgrading or forcing the document mode.
Please let me know if I can further assist you with this matter in any way.
override this function, it works for IE9
function ig_cancelEvent(e, type) { if (e == null) if ((e = window.event) == null) return; if (type && e.type != type) return; // if (e.stopPropagation != null) e.stopPropagation(); // if (e.preventDefault != null) e.preventDefault(); e.cancelBubble = true; e.returnValue = false; }
how to show only dropwdowns with out imag in webcalenderview
Please contact me if there are any other issues I can help you with.
We've spent 2 months on changing webschedule for browsers compatibility, webcalender' issue is the last step. because it may be IE9's bug, it works well other IE model, Chrome, Safari and Firefox. if no way to solve this issue, we may have to upgrade.
Thanks