如何获取可能属于不同网格页面的所有已更改单元格 [英] how to get all changed cells which may belong to different pages of grid

查看:104
本文介绍了如何获取可能属于不同网格页面的所有已更改单元格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带分页的jqgrid,每页显示30条记录



i在第1页进行一些更改,移到第二页做了一些更改等等。 br />
最后我点击提交



我使用以下方法检索更改/脏单元格:



var retCol = $('#list4')。getChangedCells('dirty');



但这会返回我在当前页面上所做的更改我点击提交。



有没有办法获得我在不同页面中所做的所有更改?

I have a jqgrid with pagination, each page displays 30 records

i make some changes on 1st page, moved to second page did some changes and so on.
finally i click on submit

I use below method to retrieve changed/dirty cell:

var retCol = $('#list4').getChangedCells('dirty');

but this returns me changes i have done on current page on which i click submit.

Is there any way to get all the changes that i have done in different pages?

推荐答案

('#list4').getChangedCells('dirty');



但这会让我回复我在当前页面上所做的更改点击提交。



有没有办法获得我在不同页面中所做的所有更改?
('#list4').getChangedCells('dirty');

but this returns me changes i have done on current page on which i click submit.

Is there any way to get all the changes that i have done in different pages?


这篇关于如何获取可能属于不同网格页面的所有已更改单元格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆