rowData = {"field":1, "another":"something", "more":"hello"};newData = {"field":0, "another":"0", "more":null};
grid.updateRow( { rowIndx: 2, newRow: newData, checkEditable:false});
$.extend(row["rowData"], new_rowData);grid.refreshRow({rowIndx:row["rowIndx"]});