When users click a button, We need to modify the data shown in the grid
e.g. pic1.jpg
in addition, after the Product name is changed, we need to be able to get the changed fields by the following command
is there a function/method and do this?
var changes = $( ".selector" ).pqGrid( "getChanges", {format: 'byVal'} );
//Format of JSON object returned by this method is as below:
{
updateList: [row1, row2..]
addList: [row1, row2..]
deleteList: [row1, row2..]
}