问题
We are aware of how to allow users to edit multiple jqGrid rows - but how would one have a single save button that saved all edited rows?
回答1:
We do it manually (not with a jqGrid feature).
We have a custom formatter which draws editors and we put a <form>
tag around the whole grid, with a submit button at the bottom.
来源:https://stackoverflow.com/questions/3738778/jqgrid-how-to-edit-and-save-multiple-rows-at-once