openpsa / jsgrid

Fork of last jqGrid version before license change
http://openpsa.github.io/jsgrid/
Other
28 stars 12 forks source link

Form Edit repopulate the entire table #127

Open bouks opened 9 years ago

bouks commented 9 years ago

When validating the editing form:

To see add a console.log(cellval) in any $.fn.matter (a related column must be present in the table of course).

bouks commented 9 years ago

Should we set reloadAfterSubmit to false ?

https://github.com/bouks/jsgrid/blob/master/js/grid.formedit.js#L339

or remove :

https://github.com/bouks/jsgrid/blob/master/js/grid.formedit.js#L783-L785

https://github.com/bouks/jsgrid/blob/master/js/grid.formedit.js#L802-L804

That reminds me that the 'first' and 'last' (also exist 'before' and 'after') option (in addrowdata) was never working, maybe because of that...

meh-uk commented 9 years ago

Don't mind.