简体   繁体   English

JQ Grid-节省编辑

[英]JQ Grid - savings edits

Is there anyway to have JQGrid "remember" edits made on page 1 when a user goes to page 2 (or any other page)? 无论如何,当用户转到第2页(或任何其他页面)时,是否有JQGrid可以“记住”在第1页上所做的编辑?

I have not found an easy work-around to this issue, particularly when we have many, many rows of data. 我没有找到解决此问题的简便方法,尤其是当我们有许多行的数据时。

You have to look into the inline editing features of jqGrid. 您必须研究jqGrid的内联编辑功能。 They include event handlers that are fired when data is changed in the cell. 它们包括事件处理程序,当单元中的数据更改时将触发该事件处理程序。 These will send the changes to your server and update your data store. 这些会将更改发送到您的服务器并更新您的数据存储。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM