Consider the following scenario:
JqGrid is loaded.
Since data is wide, it has horizontal scroll bar.
scroll to right.
Now, click on next page(paging)
Next page is displayed.
But the scroll bar is in right side, that is from where at previous page the scroll bar position maintains.
Our requirement is to have the scroll bar at left after paging independent of previous page scroll bar positions.
I searched over the net and not found any article / demo for this scenario. Thanks.