I have a jqGrid with 100+ rows that are displayed in Edit mode by default. I am trying to figure out a way to send all row data in one call to the server.
The problem - How to get the row data in edit mode (getRowData method returns the html)?
Once I get all the row data, I can hopefully parse them in a JSON format and send it to the server via jQuery.ajax() call.
Any help in this regard is greatly appreciated!