<?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: Get grid data</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/get-grid-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/get-grid-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Get grid data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/get-grid-data#p7857</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/get-grid-data#p7857</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. This will be changed in next release, where we can play with local data.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 16 Jul 2009 01:22:07 +0300</pubDate>
        </item>
        <item>
        	<title>Rowan on Get grid data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/get-grid-data#p7826</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/get-grid-data#p7826</guid>
        	        	<description><![CDATA[<p>Hmmm</p>
<p>I feel like there should be a function something like:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6817' value='Select Code' data-codeid='sfcode6817' /></p>
<div class='sfcode' id='sfcode6817'>$jQuery("#myGrid").getAllRowData()</div>
<p>I haven&#39;t looked through the code of jqGrid but I assume that the row data is already stored in a stucture of some sort.</p>
<p>Just returning that stucture would be alot faster than having to loop through every row to get the data.</p>
]]></description>
        	        	<pubDate>Tue, 14 Jul 2009 17:06:08 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Get grid data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/get-grid-data#p7816</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/get-grid-data#p7816</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It is a very naice way to do this.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 14 Jul 2009 12:29:55 +0300</pubDate>
        </item>
        <item>
        	<title>Rowan on Get grid data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/get-grid-data#p7802</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/get-grid-data#p7802</guid>
        	        	<description><![CDATA[<p>I&#39;m trying to find a nice way to get the row data stored in the grid as a json string.</p>
<p>Currently I&#39;m doing this:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4465' value='Select Code' data-codeid='sfcode4465' /></p>
<div class='sfcode' id='sfcode4465'>var grid = jQuery("#myGrid");<br />var testData = grid.getDataIDs();<br /> var jsonObj = { "rows": [] };<br />for(var i = 0; i &#60; testData.length; i++)<br />{<br />&#160;&#160; jsonObj.rows.push(grid.getRowData(testData[i]));<br />}&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />var jsonString = JSON.stringify(jsonObj));</div>
<p>I&#39;m I missing something?</p>
<p>Or is there no nice way to get the row data from the jqGrid?</p></p>
]]></description>
        	        	<pubDate>Mon, 13 Jul 2009 22:22:26 +0300</pubDate>
        </item>
</channel>
</rss>