Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900