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
It works perfectly fine when I create a brand new VS 2008 project and include these files.
It somehow does not work good with the converted project.
I did a conversion of my project from VS2005 to VS 2008
Regards,
Thank you for the update.
Using the latest service release of v 10.3 I was not able to reproduce the issue.
Can you please check if you still experience the behavior after installing 10.3.20103.2134?
Also I noticed that you have added the WebDataGrid inside update panel.
It is strongly recommended to disable the Ajax in this scenario EnableAjax = "false"