tags:

views:

259

answers:

1

Hi

I'm loading a JQGrid dinamically (using Jquery's load function).

The grid is loaded inside a div that has the overflow:auto property, the idea is that if the grid is too wide, the div will display scrollbars.

This approach works just fine with IE8, FF3, Chrome, but in IE6 and IE7 the grid is displayed over the container div, even though the div displays the scroll bars, it doesn't hide the grid.

Here: http://www.twitpic.com/nj2xe you can see the two different results, the first one is with IE6, and the second one (expected) with IE8.

Any idea of how to overcome this?

Thanks for your help

A: 

I'm trying to do the same - did you experience any success?

John Reilly
Nop, actually I gave up using this grid, we built our own.
willvv