Hello,
I need to save the grid data, then destroy-recreate the grid, then set the data back.
I tried this:
var rawData = $(“#gMain”).jqGrid(‘getRowData’);
and after i create the grid:
$(“#gMain”).jqGrid(‘setRowData’, rawData);
but it’s not working, grid is empty.
Why?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top