<?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: getting jqgrid json data</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/getting-jqgrid-json-data</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/getting-jqgrid-json-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sanchitos on getting jqgrid json data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getting-jqgrid-json-data#p16434</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getting-jqgrid-json-data#p16434</guid>
        	        	<description><![CDATA[<p>var ids = jQuery("#GridName").getDataIDs();</p>
<p>/* for each row loaded */</p>
<p>for (var i = 0; i &#60; ids.length; i++)</p>
<p>{</p>
<p><span style="white-space: pre;"> </span>var objRowData = jQuery(("#GridName").getRowData(ids[i]);</p>
<p>}</p>
</p>
<p>//Strike objRowData has all the information you need. So to access for example the column with the index Name, you do</p>
<p>// objRowData.Name or objRowData.Id.</p>
</p>
<p>Hope it helps</p>
]]></description>
        	        	<pubDate>Thu, 15 Apr 2010 16:59:15 +0300</pubDate>
        </item>
        <item>
        	<title>strike_noir on getting jqgrid json data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getting-jqgrid-json-data#p16426</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getting-jqgrid-json-data#p16426</guid>
        	        	<description><![CDATA[<p>Hi fellow programmer</p>
</p>
<p>I already implemented a jqgrid with pager navigation. It all works well. But i want to have access to the grid&#39;s json data.</p>
<p>I a newbie at using jqgrid. So I want to ask how to get jqgrid&#39;s json data?</p>
</p>
<p>My requirement is :</p>
<p>iterating through the rows of jqgrid and getting all the column values</p>
<p>😀</p>
]]></description>
        	        	<pubDate>Thu, 15 Apr 2010 10:47:54 +0300</pubDate>
        </item>
</channel>
</rss>