<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: How do I get the complete data array out of jqGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-the-complete-data-array-out-of-jqgrid</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-the-complete-data-array-out-of-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>level420 on How do I get the complete data array out of jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-the-complete-data-array-out-of-jqgrid#p18004</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-the-complete-data-array-out-of-jqgrid#p18004</guid>
        	        	<description><![CDATA[<p>Well after digging arround in the documentation I found the answer myself:</p>
<p>jQuery("#mygridid").jqGrid(&#39;getRowData&#39;)</p>
<p>returns the grid data of all rows as an array of ojects. Converted to JSON and packed as base64 I&#39;m sending all the grid data via jQuery.post(...) back to the server.</p>
<p>Solved!</p></p>
]]></description>
        	        	<pubDate>Thu, 17 Jun 2010 16:45:15 +0300</pubDate>
        </item>
        <item>
        	<title>level420 on How do I get the complete data array out of jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-the-complete-data-array-out-of-jqgrid#p17950</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-the-complete-data-array-out-of-jqgrid#p17950</guid>
        	        	<description><![CDATA[<p>Hallo all!</p>
</p>
<p>I&#39;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).</p>
<p>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.</p>
<p>After the user has done all modifications, I&#39;d like to push the complete grid data with the user made modifications back to the server in xml or json format.</p>
<p>Is there a simple method to get the grid data out the the jqGrid instance?</p>
<p>Or even better: is there a method (via POST) which may be used to send the grid data back to the server?</p>
<p>Any help would be great!</p>
<p>Regards...</p>
]]></description>
        	        	<pubDate>Wed, 16 Jun 2010 12:55:50 +0300</pubDate>
        </item>
</channel>
</rss>