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
85
UltraWebGrid not working in IE8
posted

I'm getting the following errors thrown up when I click on a row in an UltraWebGrid when using IE8.

  • Message: 'igtbl_Cell.base.init' is null or not an object
  • Message: 'igtbl_Row.base.init' is null or not an object

Any idea when an IE8 compatability patch will be available?

Parents
No Data
Reply
  • 20
    posted

    I am experiencing the same problem using UltraWebGrid v7.2 running with IE8 Beta 2.

    I tried putting IE8 in IE7 emulation mode for the page by adding the following to the header. It did not have any effect.

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"

     

     

Children