I have been trying to get a grid to be updated from the datasource when a button is pushed.
So I have in the click event something like this:
$(\'#g
Try this to reload jqGrid with new data
jQuery("#grid").jqGrid('setGridParam',{datatype:'json'}).trigger('reloadGrid');