We're finding that jqgrid locks up sometimes...particularly when using the Row List drop down. The data (XML) does come back from the server, I can see it in the GET, but jqgrid on the page doesn't refresh...then, most times, it locks up completely and the full page must be refreshed. I've found this happens no matter the dataset size (same thing happens with 100 rows as it does with 3000), no matter the browser, and on most of our grids I've tested.
Any hints on what to look for?
Should I be looking into overriding the default refresh that happens when row list is changed? something like is done here with the Refresh button override: Olegs Answer
and if so, how would I do that???