I\'m trying to use jqGrid with local data and I\'m finding a couple of issues:
I\'m initializing the thing like so:
function refreshGrid($grid, results)
question 1:
If we have defined a pager for grid with client side data, the buttons in pager are automatically disabled. In other words, the current release of grid does not support client side paging and searching.
local data
Question 2: Have you tried:
$("#list").GridUnload();
see here for the differences between gridUnload()
and trigger('reloadGrid')
.