<?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: child nodes are added to the wrong parent node</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/child-nodes-are-added-to-the-wrong-parent-node</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/child-nodes-are-added-to-the-wrong-parent-node/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on child nodes are added to the wrong parent node</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/child-nodes-are-added-to-the-wrong-parent-node#p25781</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/child-nodes-are-added-to-the-wrong-parent-node#p25781</guid>
        	        	<description><![CDATA[<p>Thanks Oleg</p>
]]></description>
        	        	<pubDate>Tue, 24 Jan 2012 16:51:19 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on child nodes are added to the wrong parent node</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/child-nodes-are-added-to-the-wrong-parent-node#p25778</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/child-nodes-are-added-to-the-wrong-parent-node#p25778</guid>
        	        	<description><![CDATA[<p>Hello Tony</p>
<p>The problem are described <a href="/blog/?page_id=393/treegrid/expanding-multiple-nodes-of-jqgrid-treegrid/#p25771" target="_blank">here</a>&#160;or in my answer&#160;<a href="http://stackoverflow.com/a/8985145/315935" target="_blank">here</a>. I suggest to fix the problem by denying (skipping) of the expanding of nodes if there are exist pending request to the server. As the fix I suggest to change <a href="https://github.com/tonytomov/jqGrid/blob/v4.3.1/js/grid.treegrid.js#L425" target="_blank">the line</a> of the <em>grid.treegrid.js</em> from</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8149' value='Select Code' data-codeid='sfcode8149' /></p>
<div class='sfcode' id='sfcode8149'>} else {</div>
<p>to</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8251' value='Select Code' data-codeid='sfcode8251' /></p>
<div class='sfcode' id='sfcode8251'>} else if (!this.grid.hDiv.loading) {</div>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Tue, 24 Jan 2012 13:41:08 +0200</pubDate>
        </item>
</channel>
</rss>