How to alter data received from the server before processing by jqGrid
问题 Scenario of what I'm trying to achieve: I retrieve some data from the server I loop the data and add/alter values for some fields The data is being displayed in a grid The user locally edits the data When finished, the user submits the entire grid data to the server How I tried to achieve it: I made a jqGrid with loadonce:true , editurl:'clientArray' and inline editing. In loadComplete I loop through the data received from the server and add some values. An external button is used to get the