I just started working with jqGrid today and got a working example where I can add, delete, and update data in the grid. My goal is to NOT have jqGrid post changes to the server. Instead, I need to let the user continue to edit and when they are done, I want to comb through the edits and post them to the server myself.
Â
I’ve followed the examples and the array used to populate jqGrid appears unchanged but I see the changes do appear in the on-screen grid. So I’m stumped. I really need to understand where jqGrid stores its data/changes in its object model so I can extract the data.
Any ideas?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top