Rajesh,
I had the exact same issue. What I did was whenever a page was changed, or I needed to refresh, I used $(‘#jqxgrid’).jqxGrid(‘refreshdata’).
The only issue is that it does slow things down a bit but at least your column names don’t go whacky on you.
Hope this helps.