Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Issue with WebDataGrid and IE9?
posted

Curious if anyone is having an issue with the WebDataGrid and IE9.  I'm running the 2008.2 edition of hte NetAdvantage tools, and everything worked fine with IE8 and even the betas of IE9.

I installed IE9 today and noticed that when I select a row in my grid, everything is fine.  But when I go to select a second row, I get the following javascript error:

 

Unable to get value of the property 'init': object is null or undefined

 

It's occurring here:

igtbl_StateChange.prototype.init=function(type,grid,obj,value)

 

...and this is the offending line (first line of the function definition...

  igtbl_StateChange.base.init.apply(this,[type]);

Anyone see this yet?  Thanks!