<?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 with local data</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-with-local-data</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-with-local-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on TreeGrid with local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-with-local-data#p11658</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-with-local-data#p11658</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Another posssible trick is to use a datatype as function if you have a array of the values as described in the first post.</p>
<p>This can be something like:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3113' value='Select Code' data-codeid='sfcode3113' /></p>
<div class='sfcode' id='sfcode3113'>
<p>arraytreedata = [{....},{...}...]; // here the values. note that in this case jsonReader should be set as repeatitems to false.</p>
<p>$(&#8221;#mygrid&#8221;).jqGrid({</p>
<p>&#8230;.</p>
<p>treeGrid: true,</p>
<p>datatype: function (postdata) {</p>
<p>var grid = $(&#8221;#mygrid&#8221;)[0];</p>
<p>grid.addJsonData(arraytreedata);</p>
<p>},</p>
<p>&#8230;</p>
<p>});</p>
</p>
</div>
<p>I think you see my point.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 09:52:27 +0200</pubDate>
        </item>
        <item>
        	<title>Doug on TreeGrid with local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-with-local-data#p11642</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-with-local-data#p11642</guid>
        	        	<description><![CDATA[</p>
<p>Hello,</p>
<p>I did notice at the bottom of this page..</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:treegrid" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....i:treegrid</a></p>
<p>There is a list of "<a id="cautions_and_limitations" name="cautions_and_limitations" target="_blank">Cautions and Limitations</a>" for the treegrid.. and it looks like adding nodes with addRowData is not supported... and it looks like that is the method you are using in your code.&#160;&#160;I would be interested to know if there is a way to load local data&#160;that would work.. maybe use jsonstring instead?</p>
<p>-Doug</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 06:26:22 +0200</pubDate>
        </item>
        <item>
        	<title>friflaj on TreeGrid with local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-with-local-data#p11637</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-with-local-data#p11637</guid>
        	        	<description><![CDATA[<p>I&#39;m trying to load a treegrid with local ("clientSide") data. The grid shows, but not the treeish aspect, all rows just show on the same level. The grid code is here: <a href="http://gist.github.com/229853" rel="nofollow" target="_blank">http://gist.github.com/229853</a> . Any clues? I checked all the checkboxes when I downloaded jqgrid.</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 04:15:27 +0200</pubDate>
        </item>
</channel>
</rss>