I don't know if this is a simple solution, but I can't seem to find it anywhere.
I know that you can load xmlstring data into jqgrid: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#xml_string
but I am looking to give the user the ability to then add/remove rows. I then want to output that string. How would I do that?
Do I have to iterate through all the rows and build it myself? or is there a simple way to do this?
Thanks