How to make JQGrid scroll properly in IE6?
Posted
by mcv
on Stack Overflow
See other posts from Stack Overflow
or by mcv
Published on 2010-03-04T13:02:23Z
Indexed on
2010/05/12
21:14 UTC
Read the original article
Hit count: 357
I've got a JQGrid that needs to scroll. It works fine in Firefox, but in IE6, the grid stays stationary while the rest of the content scrolls underneath it.
What might be a complicating factor is that the grid is inside tabs, inside a dialog.
I've googled all over the place, but I can't find a solution for this problem, so I turn to Stackoverflow. Does anyone here know what could cause this behavior?
I'm using jqgrid 3.5.3, should that matter.
© Stack Overflow or respective owner