How to make JQGrid scroll properly in IE6?
- by mcv
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.