How to resolve situation with jqGrid - not save value when move to next page
- by user1288108
I set new value at the last row and right col on the first page of the jqGrid.
After this I move to the next page and see the same new value on the first row and right col!!!
I am return to the first page and see in the last row and right col the previos value(not new one).
The jqGrid is initialized with datatype: "xmlstring" from javascript variable who is set with "datastr" parameter.
How to resolve the situation?