<?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 iterate over all rows and all cels</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-iterate-over-all-rows-and-all-cels</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-iterate-over-all-rows-and-all-cels/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>uruguay on how to iterate over all rows and all cels</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-iterate-over-all-rows-and-all-cels#p10295</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-iterate-over-all-rows-and-all-cels#p10295</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I found a way to do that</p>
<p>var lista = jQuery(&#8221;#myTable&#8221;).getDataIDs();<br />&#160;for(i=0;i&#60;lista.length;i++){<br />rowData=jQuery(&#8221;#myTable&#8243;).getRowData(lista[i]);<br />rowData.fieldName1</p>
<p>rowData.fieldName2 &#160;&#160; <br />&#160;}</p>
]]></description>
        	        	<pubDate>Wed, 30 Sep 2009 20:19:33 +0300</pubDate>
        </item>
        <item>
        	<title>uruguay on how to iterate over all rows and all cels</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-iterate-over-all-rows-and-all-cels#p10268</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-iterate-over-all-rows-and-all-cels#p10268</guid>
        	        	<description><![CDATA[<p>I also need something like that, if you find the solution please post it</p>
]]></description>
        	        	<pubDate>Tue, 29 Sep 2009 18:06:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on how to iterate over all rows and all cels</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-iterate-over-all-rows-and-all-cels#p10260</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-iterate-over-all-rows-and-all-cels#p10260</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Starting with the docs is a good idea. Look at available methods</p>
<p>Reagrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 29 Sep 2009 12:09:07 +0300</pubDate>
        </item>
        <item>
        	<title>keimpema on how to iterate over all rows and all cels</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-iterate-over-all-rows-and-all-cels#p10220</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-iterate-over-all-rows-and-all-cels#p10220</guid>
        	        	<description><![CDATA[<p>How to iterate over all rows?</p>
<p>How to get rowid from row? Needed because getCell expects rowid.</p>
</p>
<p>I need to perform an action with all cells so I would like to do the following (pseudo code):</p>
</p>
<p>for row in grid.allrows</p>
<p><span style="white-space: pre;"> </span>for cell in row.allcells</p>
<p><span style="white-space: pre;"> </span>cellval = grid.getCell(row.rowid, cell.name)</p>
</p>
<p>How can I do that?</p>
</p>
<p>Thanks, Harmen</p>
]]></description>
        	        	<pubDate>Tue, 29 Sep 2009 04:43:09 +0300</pubDate>
        </item>
</channel>
</rss>