HI,
I am working on an assignment where I am upgrading our .Net 1.1 web applciation to be compatible to IE9. I am currently experiencing some concerns with the Ultrawebgrid that has been implemented. Now, I have searched your forums to find that the javascript errors that I get is definitely due to incompatibility with IE9.
Please suggest what would I need to do inorder to upgrade the IG Controls without having to upgrade .Net framework version.
Thanks in advance!!
Hi wsndev,
Thank you for posting in our forum.
According to the supported environments page - http://ko.infragistics.com/support/supported-environments.aspx .Net Framework 1.1 supports NetAdvantage 2007 vol 1 and earlier. So in order to be able to use later NetAdvantage version, you would have to upgrade your .Net framework, too.
If you have any further questions, please feel free to contact me.
Thanks for replying Nikolay!
I was wondering if upgrading the solution to .Net 2.0 Framework will suffice. In which case, which Infragistics version should I upgrade the controls to? Also, will .Net 2.0 framework be supported by Infragistics going forward, considering the upcoming release of IE10?
Hello wsndev,
.NET Framework 2.0 supports NetAdvantage 2005 vol 3 and later, which means you could upgrade to the latest available version. Future releases should also run on .NET Framework 2.
Please let me know if you have any other questions.
Hello appliednetworksolutions,
You could use the "Tooltip" property instead. For better browser support I would suggest you to upgrade your controls to the latest version which is vol. 12.1.
Let me know if you have any other questions.
Hi Nikolay We are having a similar situation in regarding the "title" property of the nodes. We have got an application created in 2008-2009 with infragistic and it began to fail with the new browser releases. We were suggested to apply the latest release of infragistic, but now the application is not compiling because the property "title" is not available anymore. It is all over the place in the code and we do not want to modify that logic as we do not have the time and budget for doing it. We have noticed that the "title" is used in part of the code for comparing data as well. Why this property has been removed. Why infragistic did not declare it as deprecated and still available? infragistic should have thought that there must be existing clients using it hence the patches releases do not force the developers to recode.
It is possible to enable this property again?
Any suggestion or advice?
I suggest you to upgrade to the last service release - it is 10.2.20102.2248.
Hi
I figured out a way to resolve the prior concern. It's merely the way the elements are structured in v10.2 and I had to get the right element in the hierarchy to accomplish the tooltip/title property.
Now that 95% of the controls are working fine and the applciation is overall stable, I was wondering how do I get the v10.2 IE9 compatibility update release. Please let me know how to go about it.
Thanks,
wsndev