With IE 11 the double-click event of the UltraWebGrid does not fire.
With previous versions of Internet Explorer when the user double-click a row, it does a postback to server witch handles the event.
Can anybody help?
Hello Icarneiro,
Please note that UltraWebGrid is not supported under IE11 and is now outdated. As of Volume 11.1 of NetAdvantage, the classic ASP.NET toolset has been retired. A detailed list of the retired controls and their respective AIKIDO replacmenets may be found at:
http://es.infragistics.com/community/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid in this scenario. More information regarding these controls is available at:
http://help.infragistics.com/doc/ASPNET/2013.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
A list of the supported environments for the classic toolset may be found at:
http://es.infragistics.com/help/supported-environments/
Please do not hesitate to contact me if you have any questions.
Hi,
I guess you'll get quite a lot of these requests as Microsoft upgrades to IE 11 all of our clients...
Switching a complete application that uses your classic ASP.NET controls set to the new controls set is a huge project which I'm not sure all of your customers can afford.
Considering your support of version 2011.1 (including UltraWebGrid) is valid through May 2014, I believe it is reasonable to expect a fix for the classic controls that are in use currently.
Thanks,
Almog
Hello Almog,
Thank you for your reply.
Please note that while Developer Support for NetAdvantage for 11.1 is available until May 2014, Service Release support for that product version and the retired classic toolset has expired - development issues are no longer being fixed for that version. Similarly support is no longer being added for newer platforms. More information may be found on our product lifecycle page at:
http://es.infragistics.com/help/product-lifecycle/
Please do not hesitate to contact me if you need more information.
Please do not hesitate to contact me if you have any further questions regarding this matter.
Thank you Petar for your response.
Seems like the quickest and easiest solution we've come up with is using the HTTP-EQUIV meta element of "X-UA-Compatible". At least until we'll decide how to proceed.
This does not work with IE 11.
What Infragistics does not appreciate is we are having to support a piece of software we no longer sell because they are not applying patches to their UltraWebGrid.
We do not have the staff to rewrite our old software.
The only way this grid works in IE 11 that I have found is to force compatibility on the client machine and that is not a good solution.