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://es.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.
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
Thank you for your reply.
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
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.