jqGrid - 如何一次编辑和保存多行?
我们知道如何允许用户编辑多个 jqGrid 行 - 但是如何使用一个保存按钮来保存所有编辑的行呢?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们手动完成(不使用 jqGrid 功能)。
我们有一个自定义格式化程序来绘制编辑器,并在整个网格周围放置一个
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.