<?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: How to expanding  a specific node on treegrid?</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/how-to-expanding-a-specific-node-on-treegrid</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/treegrid/how-to-expanding-a-specific-node-on-treegrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How to expanding  a specific node on treegrid?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/how-to-expanding-a-specific-node-on-treegrid#p23114</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/how-to-expanding-a-specific-node-on-treegrid#p23114</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is not a bug and hence nothing to fix. You will need to use just the new method getLocalRow</p>
</p>
<p>function expandNode(rowid)<br />{<br />&#160;&#160; &#160;setTimeout(function(){&#160;&#160; &#160;&#160;&#160;&#160; <br />&#160;&#160; &#160;&#160;&#160; &#160;recordInfo = jQuery("#MyTree").getLocalRow(rowid);<br />&#160;&#160; &#160;&#160;&#160; &#160;$("#MyTree").expandRow(recordInfo);<br />&#160; &#160;&#160; &#160;&#160; $("#MyTree").expandNode(recordInfo);<br />&#160;&#160; &#160;}, 10);<br />}</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 11 May 2011 15:19:27 +0300</pubDate>
        </item>
        <item>
        	<title>rockphoenix on How to expanding  a specific node on treegrid?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/how-to-expanding-a-specific-node-on-treegrid#p23112</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/how-to-expanding-a-specific-node-on-treegrid#p23112</guid>
        	        	<description><![CDATA[<p>Hi *,</p>
</p>
<p>I try use following function to expanding a specific node on treegrid:</p>
</p>
<p>function expandNode(nex)<br />{<br />&#160;&#160; &#160;setTimeout(function(){&#160;&#160; &#160;&#160;&#160;&#160; <br />&#160;&#160; &#160;&#160;&#160; &#160;recordInfo = jQuery("#MyTree").getInd(nex,true);<br />&#160;&#160; &#160;&#160;&#160; &#160;$("#MyTree").expandRow(recordInfo);<br />&#160; &#160;&#160; &#160;&#160; $("#MyTree").expandNode(recordInfo);<br />&#160;&#160; &#160;}, 10);<br />}</p>
</p>
<p>but not working.</p>
<p>How to fix problem?</p>
<p>Thanks!</p></p>
]]></description>
        	        	<pubDate>Wed, 11 May 2011 15:07:44 +0300</pubDate>
        </item>
</channel>
</rss>