hello:
I have an ASP.NET application, which was upgraded from VS 2005 to VS 2008.
Infragistics NetAdvantage ASP.NET 2010.3
My page is using the WebDataGrid. I get a JavaScript error, only on IE 8. It was working all fine when my system had IE7.
I have created a new project using VS 2008 and copied the contents of this page, containing the infragistics grid control. Surprisingly this page loads perfectly fine.
Why is it that my existing project giving the script error? My web.config has the <xhtmlConformance mode="Transitional"/>
Please give suggestions as to what is missing.
Thank you,
Sushma
Hello Sushma,
What is the DOCTYPE of the pages in your application?
Do you experience the issue if you use other AJAX control in your application ( not WebDataGrid)?
Isolated sample reproducing the issue will be appreciated.
Hope hearing from you.
Below is my Isolated Sample, within the existing Solution aspx pages I have attached them in the text file.
Thanks for your reply