<?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 to get all grid data from clientArray?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-all-grid-data-from-clientarray</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-to-get-all-grid-data-from-clientarray/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Lancer on How to get all grid data from clientArray?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-all-grid-data-from-clientarray#p19930</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-all-grid-data-from-clientarray#p19930</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Or better one, call getRowData without param and you will have all the data at once (see getRowData):</p>
<p><a rel="nofollow" href="/jqgridwiki/doku.php?id=wiki:methods" target="_blank"></a><a href="http://www.trirand.com/jqgridw" rel="nofollow" target="_blank">http://www.trirand.com/jqgridw</a>.....ki:methods</p>
<p>Tony</p>
</blockquote>
<hr />
<p>When debugging the rows obtained by the method "getRowData" I do not know which rows<br />have been added, updated or deleted.&#160;How I can know the status of a line using the option clientArray?</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Wed, 22 Sep 2010 16:27:32 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to get all grid data from clientArray?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-all-grid-data-from-clientarray#p17408</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-all-grid-data-from-clientarray#p17408</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Or better one, call getRowData without param and you will have all the data at once (see getRowData):</p>
<p><a rel="nofollow" href="/jqgridwiki/doku.php?id=wiki:methods" target="_blank"></a><a href="http://www.trirand.com/jqgridw" rel="nofollow" target="_blank">http://www.trirand.com/jqgridw</a>.....ki:methods</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 24 May 2010 17:15:42 +0300</pubDate>
        </item>
        <item>
        	<title>BePartners on How to get all grid data from clientArray?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-all-grid-data-from-clientarray#p17296</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-all-grid-data-from-clientarray#p17296</guid>
        	        	<description><![CDATA[<pre>var myIDs = $( _ID_filegrid ).jqGrid( &#39;getDataIDs&#39; );
for( var i = 0; i &#60; myIDs.length; i++ ) {
    var myRow = $( _ID_filegrid ).jqGrid( &#39;getRowData&#39;, myIDs[ i ] );
    // DO YOUR STUFF HERE
    ...
}</pre>
]]></description>
        	        	<pubDate>Wed, 19 May 2010 10:17:57 +0300</pubDate>
        </item>
        <item>
        	<title>jcd92410 on How to get all grid data from clientArray?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-all-grid-data-from-clientarray#p17276</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-all-grid-data-from-clientarray#p17276</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>That should be straightforward but I cannot find out how to get all data from clientArray.</p>
</p>
<p>I use line-edit and save the data in the grid clientArray. At the end I need to extract the Grid data in xml or json format</p>
<p>and to send the data to the server for database writing.</p>
</p>
<p>Thank you in advance for any suggestion, an huge apologizes for taking yr time</p>
</p>
<p>JCD</p>
]]></description>
        	        	<pubDate>Tue, 18 May 2010 16:07:27 +0300</pubDate>
        </item>
</channel>
</rss>