Team,
I am using Infragistics with version 7.3. I am facing some problems in IE 8, like editing a row and deleting a row. Also the colums texts are wrap. How do i resolve this? I tried with the following meta tag for compatability mode change after the <head> in my code.
"<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />"
Even it is not working. For Now i can't Upgrade my site to new infragistics version. Becuase i dont have enough time to test. so i want to resolve all my problems with this version of infragistics. Is there any work around to resolve?
Thanks in Advance.
Regards,
Ragu...
Hello VishnuBalaji, IE8 version is supported for NetAdvantage 9.1 and later version. Please see supported environment link below for more information regarding this.
http://ko.infragistics.com/support/supported-environments.aspx#SupportedEnvironments
Hope this helps.
Thank you,
Swetha
Thanks Swetha,
Thanks for your valuable reply.
I know there is no support for v7.3. But i want to know is there any work around for the batch. i dont have enough time for testing. that why i look for the work around.
If any, please let me know.
Thanks.
Hello Ragu,
Was this information helpful? The options discussed in this thread are the best options to support IE 8 without upgrading the Infragistics components.
If you have gotten the information that you are looking for, please mark the post as answered. If not, please update the thread with any further questions you may have on this issue. Thanks.
Hello Aaron,
I had resolved this issue with using the following tag in my master page/
this tag should be placed immediate to the <head> tag.
Previously i misplaced the tag.
After i corrected it. It works fine.
Any way thanks for your valuable support.
you people are doing good support.
Thanks Aaron.
Ragu