Hi,
due to this piece of code ( line 7852, version 4.5.2 )
if($.isFunction(rp_ge[$t.p.id].afterComplete)) {
copydata = data;
setTimeout(function(){
$($t).triggerHandler(“jqGridAddEditAfterComplete”, [copydata, postdata, $(“#”+frmgr), frmoper]);
rp_ge[$t.p.id].afterComplete.call($t, copydata, postdata, $(“#”+frmgr), frmoper);
copydata=null;
},500);
}
The jqGridAddEditAfterComplete does not get triggered if afterComplete parameter is not defined.
Am i missing something? Should'ne they be indipendent?
Thank you,
aNt1X
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top