I didn’t quite understand the question. But if you are looking for jqgrid resizing when resizing the browser, this might be useful
$(window).bind('resize', function() { jQuery("#grid").setGridWidth($('#parentDiv').width()-30, true); }).trigger('resize');
source share