<?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: Treegrid autoloading problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-autoloading-problem</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/treegrid-autoloading-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tomn82 on Treegrid autoloading problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-autoloading-problem#p19251</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-autoloading-problem#p19251</guid>
        	        	<description><![CDATA[<p>I found the solution,</p>
<p>I used also scroll : 1 in the declaration of the Grid. When this is true the autoloading goes wrong.</p>
<p>This in combination with my first option only resolve the child elements of the opened treelevel</p>
]]></description>
        	        	<pubDate>Mon, 23 Aug 2010 14:53:29 +0300</pubDate>
        </item>
        <item>
        	<title>tomn82 on Treegrid autoloading problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-autoloading-problem#p18981</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-autoloading-problem#p18981</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>Im trying to use a treegrid (type nested)&#160;with autoloading. but&#160;I encouter some problems.&#160;</p>
<p>At first i tried to resolve only the child elements of a selected node. But when i do this Only these elements are shown in the grid. So when i do this i cannot go back up the tree because the parent nodes are gone.</p>
<p>So i created a query witch returns the selected node and all the parents (and their neighbours (nodes with the same level) ) this almost works correct but because of the property isNodeLoaded i cannot re-open an node after opening another.</p>
<p>A fix could be to send all of the opend nodes to my php page and resolve all the data but i dont think this is the best way because the autoloading feature is to&#160;be able to load&#160;large lists and with this way the&#160;treedata keeps growing until its too big and the browser crashes.</p>
<p>What i prefer is my first method because this only fetched the nodes that i need so it should be appended to the grid instead of replaced.</p>
</p>
<p>is there someone who knows how to fix this?</p>
</p>
<p>Thanx in advanced</p>
<p>Tom</p></p>
]]></description>
        	        	<pubDate>Thu, 05 Aug 2010 15:05:25 +0300</pubDate>
        </item>
</channel>
</rss>