I have the same problem as detailed in the post Resize jqGrid based on number of rows?
Some of the suggestions (which seem totally logical) do not work because when I try to get the height of the grid using var height = $("#TableId").height();
it returns what was set when setting up the grid, i.e. "100%"...
How do I get the height in pixels?