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.
I had this same issue with IE6. it took me a while to fix but here is my solution, I hope it works for others.
You need to add 2 items to your pager section on the JQGrid where you define the add, edit, delete etc attributes.
You need both of these together if you want the dialog to scroll and also remove any existing height attribute from the section too. You don’t have to create the form.css file, at least I didn’t, it just works as is.