I divided the page in two section, in one i have jqgrid with autowidth set to true like in below pic.

Now when resizing the divs using center bar, i want to resize the grid,
using below code i am able to resize but then scroll is appearing in grid which i dont want
Note: Already scrollOffset is set to 0.
$("#grid").jqGrid('setGridWidth', $("#gridarea").width() - 5, true);