when afterSubmit event is fired, the postdata variable is wrong, it does not contain all the posted parameters, those conatined in delData are missing
in grid.formedit.js
line 1289
ret = rp_ge.afterSubmit(data,postdata);
must be replaced with
ret = rp_ge.afterSubmit(data,postd);
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top