<?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: getFullTreeNode</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/getfulltreenode</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/feature-request/getfulltreenode/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on getFullTreeNode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/getfulltreenode#p9387</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/getfulltreenode#p9387</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Added.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 05 Sep 2009 02:23:21 +0300</pubDate>
        </item>
        <item>
        	<title>Kalmac on getFullTreeNode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/getfulltreenode#p9359</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/getfulltreenode#p9359</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>i am using treeGrid in <strong>adjacency</strong> model and <strong>getFullTreeNode</strong> method is not implemented in 3.5 version.</p>
<p>So, I added this code in <strong>getFullTreeNode</strong> method, and it works for me :</p>
<pre>				case &#39;adjacency&#39; :
					result.push(rc);
					$(this.rows).each(function(i){
						len = result.length;
						for (i = 0; i &#60; len; i++) {
							if (result[i].id == this.parent_id) {
								result.push(this);
								break;
							}
						}
					});
					break;
</pre>
<p>Best Regards,</p>
<p>Kal</p>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 10:30:34 +0300</pubDate>
        </item>
</channel>
</rss>