<?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: jqGrid 3.4.2 - treegrid refresh not working</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working</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/jqgrid-342-treegrid-refresh-not-working/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid 3.4.2 - treegrid refresh not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5112</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5112</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Permnently you can try</p>
<p>setTimeout(function(){this.p.treeANode = 0;},500);</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 04 Mar 2009 11:34:12 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.4.2 - treegrid refresh not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5110</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5110</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry for this post. I should make some tests before say that this will correct the issue. This will not help, moreover it will break other things. The correction is in base grid and this line should be commented. After some days I will publish another bug fix. Thank you.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 04 Mar 2009 11:00:30 +0200</pubDate>
        </item>
        <item>
        	<title>maxtofa on jqGrid 3.4.2 - treegrid refresh not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5109</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5109</guid>
        	        	<description><![CDATA[<p>With this modification i have another problem...</p>
<p>When the page load the only row visible is ID 1 - Root</p>
<p>if I click on it the treegrid load the first level under root but Root itself disappear...</p>
<p>See the image...after the click on the Root Node</p>
<p><a href="http://www.imemine.it/jqgrid/treebug.jpg"><img src="http://www.imemine.it/jqgrid/treebug.jpg" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>If I click Refresh when the treegrid is open the initial status is reloaded (Only Root node visible)... is this the way it is intended to work?</p>
<p>If I click refresh I go back to the initial status? The entire tree collapsed?</p>
<p>Is there a way to do a refresh and leave the current status of opened branches?</p></p>
]]></description>
        	        	<pubDate>Wed, 04 Mar 2009 10:39:05 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.4.2 - treegrid refresh not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5107</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5107</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There is a bug in grid.treegrid.js (3.4.2 version)</p>
<p>Open this file and find</p>
<p>this.treeANode = 0; (around line 320)</p>
<p>Replace with</p>
<p>this.p.treeANode = 0;</p>
<p>Thank you</p>
]]></description>
        	        	<pubDate>Wed, 04 Mar 2009 10:21:45 +0200</pubDate>
        </item>
        <item>
        	<title>maxtofa on jqGrid 3.4.2 - treegrid refresh not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5104</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-342-treegrid-refresh-not-working#p5104</guid>
        	        	<description><![CDATA[<p>I have problems with refresh of a treegrid...</p>
<p>When i click the refresh button the data gets reloaded but it leaves the tree as it is and add the first node (my root node) again. You can see the pictures:</p>
<p>Before clicking on refresh:</p>
<p><a href="http://www.imemine.it/jqgrid/before.jpg"><img src="http://www.imemine.it/jqgrid/before.jpg" width="100"  class="sfimageleft spUserImage" alt="Before" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>After clicking on the refresh button</p>
<p><a href="http://www.imemine.it/jqgrid/after.jpg"><img src="http://www.imemine.it/jqgrid/after.jpg" width="100"  class="sfimageleft spUserImage" alt="after" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>Is there something i have to implement in the php side to handle the refreshGrid event?</p></p>
]]></description>
        	        	<pubDate>Wed, 04 Mar 2009 09:43:33 +0200</pubDate>
        </item>
</channel>
</rss>