Hi Tony,
I'm using the setGridHeight-function like “jQuery(“#grid″).setGridHeight(550);”
I looked into the jqgrid.js file and found this call: “$t.grid.populateVisible()” at the end of the setGridHeight function.
Maybe the populateVisible() function is buggy after resizing; so after that the grid can't render / round / count correct amount of rows.