<?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: getRowData doesn't return id (TreeGrid 3.8)</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-doesnt-return-id-treegrid-3-8</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/bugs/getrowdata-doesnt-return-id-treegrid-3-8/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jhermsen on getRowData doesn't return id (TreeGrid 3.8)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-doesnt-return-id-treegrid-3-8#p20303</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-doesnt-return-id-treegrid-3-8#p20303</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Interesting - I will look at this. Thank you.</p>
<p>Best Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Hi Tony,</p>
</p>
<p>Did you manage to find anything or do you need any further info?</p></p>
]]></description>
        	        	<pubDate>Thu, 14 Oct 2010 10:37:37 +0300</pubDate>
        </item>
        <item>
        	<title>tony on getRowData doesn't return id (TreeGrid 3.8)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-doesnt-return-id-treegrid-3-8#p19963</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-doesnt-return-id-treegrid-3-8#p19963</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Interesting - I will look at this. Thank you.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 23 Sep 2010 21:27:34 +0300</pubDate>
        </item>
        <item>
        	<title>jhermsen on getRowData doesn't return id (TreeGrid 3.8)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-doesnt-return-id-treegrid-3-8#p19881</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/getrowdata-doesnt-return-id-treegrid-3-8#p19881</guid>
        	        	<description><![CDATA[<p>Like mentioned on the wiki when using treegrid methods (getNodeChildren) you need to pass the record using getRowData, but getRowData doesn&#39;t return the field (localreader.)id which causes it to fail.</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8476' value='Select Code' data-codeid='sfcode8476' /></p>
<div class='sfcode' id='sfcode8476'>var rd = $(this).jqGrid(&#39;getRowData&#39;, rowid);<br /> var children = $(this).jqGrid(&#39;getNodeChildren&#39;, rd);</div>
<p> The way it does work at the moment is using the data property of the grid:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1866' value='Select Code' data-codeid='sfcode1866' /></p>
<div class='sfcode' id='sfcode1866'>var rInd = $(this).jqGrid(&#39;getInd&#39;, rowid); // get index for id<br /> var rData = $(this).jqGrid(&#39;getGridParam&#39;, &#39;data&#39;); // get all localData<br /> var rd = rData[rInd - 1]; // get record<br /> var children = $(this).jqGrid(&#39;getNodeChildren&#39;, rd); // getchilren</div>
]]></description>
        	        	<pubDate>Mon, 20 Sep 2010 15:30:05 +0300</pubDate>
        </item>
</channel>
</rss>