How to resolve situation with jqGrid - not save value when move to next page
Posted
by
user1288108
on Stack Overflow
See other posts from Stack Overflow
or by user1288108
Published on 2012-03-23T11:20:27Z
Indexed on
2012/03/23
11:29 UTC
Read the original article
Hit count: 171
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?
© Stack Overflow or respective owner