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.