two-way binding of client-side json object with jqgrid

two-way binding of client-side json object with jqgrid

Hi,

I am using jqgrid and use the client-side option for datatype, so i can bind the json string or object seperately on the client side.
but i dont know how to get the data added by the user on the clientside back to the json object, is there any direct method or do we have to iterate through rows and create a json object.


Thanks in advance