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!

Parents
  • 160
    Offline posted

    I'm using 2008.2 too, and I get the same error.

    I tried to go deeper into the issue using the IE9 integrated debugger, and I've seen that the igtbl_StateChange object looses the prototype. To be more specific, it seems to loose the "base" property on postback. It seems as the object definition becomes corrupted.

    This error was present also in the betas of IE9. 

    I don't know how to workaround this, for me is a big problem because it breaks our app with IE9.

     

Reply Children