I used to be able to easily do this:
[code]
$.extend($.jgrid.edit, {
//edit record form
closeAfterEdit: false,
recreateForm: true,
reloadAfterSubmit: true,
width: 700,
afterSubmit: function(response, postdata){
},
beforeShowForm: function (e) {
console.log(‘before show form’);
}
});
[/code]
But now it seems that this has no effect.
I am using gurridoJs 5.0.1
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top