Hi Tony!
I answerd on one question on StackOverflow (http://stackoverflow.com/quest…..59#3230059). The problem is that during inline editing (saveRow or editRow) only the data in the grid will be saved. The internal data parameter, used for holding of data in case of the local data holding, will be NOT modified. As a workaround I suggested to modify myGrid.getGridParam(“data”) based on the data read from the jqGrid after saving: myGrid.getRowData(rowid).
If one don't do this, then the grid data will be reseted after and sorting or paging operation and all modification will be disappeared.
If seems to me that modification of the internal
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top