My primary question was preserve jqgrid scroll position when it is reloaded. I found the solution from below post. jqGrid paging question
But now I am facing another issue. I have added new row in grid and call my save method. So when grid is refreshed using above solution, I am not getting the Id of my new row.
Any help will be appreciated. Thanks..!