You are on page 1of 1

1 of 1

about:blank

Hello.
I had the same problem and I solved it as follow:

jQuery('grid').jqGrid('clearGridData');
jQuery('grid').jqGrid('setGridParam', {data: dataToLoad});
jQuery('grid').trigger('reloadGrid');
Best regards.

2/3/2016 11:47 AM

You might also like