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)
You can use simple:
jQuery("#list") .jqGrid('setGridParam', { datatype: 'local', data:mydata }) .trigger("reloadGrid");