Browser Incompatibility plus display prob on IE 10

Hi,

I was using an older version of DHTMLxGrid but then when IE 10 came out, the grid didn’t display the table (only headers), so I just upgraded it to the latest version.

Now, the table doesn’t display in any browser BUT IE 10 - argh! Feels as if you can’t win some days in coding, eh?

The client might be able to live with that (not ideal since a large portion of customers also use Chrome), but the other problem I’m running into is that I’m not able to scroll to the bottom of the page - weird!

Any ideas on either?!

Here’s a staged page: phihong.com/stage/html/adapters.html

Thanks!!
K

Please, try to replace :

<div id="gridbox" width:100% height:400px style="background-color:white;"></div> 

with:

<div id="gridbox"  style="width:100%; height:400px; background-color:white;"></div>

in your html.

I started with that. I had to change it with the older version too, for whatever reason it doesn’t make the grid 100%.

But neither help the problem that:

  1. t the user can’t scroll down the page - weird!

  2. The grid (only headers and borders) aren’t displaying in any other browser but IE 10 now.

Anyone??

Thanks!
Kaira

Also, no matter what the height is, it displays its full length (and not allowing the user to scroll down the page). You can scroll down the grid, just not to the bottom of the page to see the bottom of the grid!

I ended up using Adobe’s Spry scripts instead. Works great!

Unfortunately the dhtmlxGrid cannot be found in your current demo.