Hello!
After update to version 4.4.1 client edit stop working correctly.
I explore source code and found this code in file jquery.jqGrid.src.js line 7600:
//rp_ge[$
t.p.id].reloadAfterSubmit = rp_ge[$
t.p.id].reloadAfterSubmit && $t.p.datatype != “local”;
// the action is add
Maybe this comment is failure?
After uncomment this it work correctly!
Thanks!