<?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: Loading a very big tree: performance, solutions ?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/loading-a-very-big-tree-performance-solutions</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/help/loading-a-very-big-tree-performance-solutions/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>julienk on Loading a very big tree: performance, solutions ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/loading-a-very-big-tree-performance-solutions#p20852</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/loading-a-very-big-tree-performance-solutions#p20852</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>First of, thanks for this nice plugin.</p>
<p>I am having some trouble though in once specific case. Here is the situation: I am developing a content plugin for Joomla, which among other things displays data as tree. I use jqGrid for this.</p>
</p>
<p>Now, my problem is that I have some very big trees to load, some of which are 15000 entries big.</p>
<p>My question: how can I load them efficiently? Is there some kind of lazy loading ?</p>
<p>At the moment, I pass all my entries as a json string to the frontend. Even for the bigger trees, this is no problem.</p>
<p>However, when I feed that string (using datatype: &#39;jsonstring&#39; and datastr: myJsonString) to the jqGrid, I only see the two first levels of the tree (and this is a tree that goes as deep as 12 levels). I cannot drill down into the tree.</p>
<p>So my question is: how can I load a tree efficiently when it is really big? Hint: as I said, I have all my tree available as json in the frontend, so an ajax query wouldn&#39;t even be necessary I guess!</p>
<p>Any help would really be welcomed !</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Tue, 16 Nov 2010 19:05:37 +0200</pubDate>
        </item>
</channel>
</rss>