Hallo all!
I've successfully integrated a jqGrid instance in my webapp and managed to retreive grid data via json which worked very well and straightforward (congrats to the jqGrid team).
The first column contains a checkbox (via the checkbox formatter) which is enabled. The user now has the possibility to mark rows of the grid with state “active”. More user row editing/modification will come.
After the user has done all modifications, I'd like to push the complete grid data with the user made modifications back to the server in xml or json format.
Is there a simple method to get the grid data out the the jqGrid instance?
Or even better: is there a method (via POST) which may be used to send the grid data back to the server?
Any help would be great!
Regards…
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top