<?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: JSON and XML Treegrid complete sample (SOLVED)</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved</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/json-and-xml-treegrid-complete-sample-solved/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>matthieu on JSON and XML Treegrid complete sample (SOLVED)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p26462</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p26462</guid>
        	        	<description><![CDATA[<p>Thank you that is something I was looking for!</p>
<p>Btw do you have any performance results using different format with local data?</p>
<p>I try to load about hundreds entries and the browser takes times before showing up the page. Using XML is it faster? Does it use local data streaming?</p>
]]></description>
        	        	<pubDate>Tue, 24 Apr 2012 13:01:19 +0300</pubDate>
        </item>
        <item>
        	<title>Brian W on JSON and XML Treegrid complete sample (SOLVED)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9398</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9398</guid>
        	        	<description><![CDATA[<p>Hi Claudio,</p>
<p>&#160;&#160;&#160; You r right, I missed the "jquery.searchFilter.css" in my dependense, and that will cause the IE can not display the tree.</p>
<p>&#160;&#160;&#160; Thx for your help.<img class="spSmiley" style="margin:0" title="Kiss" src="/blog/wp-content/forum-smileys/sf-kiss.gif" alt="Kiss" /></p>
<p>&#160;&#160;&#160; Brian</p>
]]></description>
        	        	<pubDate>Sun, 06 Sep 2009 11:06:36 +0300</pubDate>
        </item>
        <item>
        	<title>c.barca on JSON and XML Treegrid complete sample (SOLVED)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9370</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9370</guid>
        	        	<description><![CDATA[<p>Hello Brian,</p>
<p>I read your request,  I can&#39;t reply you until Monday 7, because my source are in office&#8230;.</p>
<p>But I&#39;m sure my tree run also on IE8. I will retry it next week.</p>
<p>Good week-end,</p>
<p>Claudio</p>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 13:04:17 +0300</pubDate>
        </item>
        <item>
        	<title>Brian W on JSON and XML Treegrid complete sample (SOLVED)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9362</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9362</guid>
        	        	<description><![CDATA[<p>Thx a lot , Claudio</p>
<p>From the latest released, the includer is in the <a href="http://github.com/tonytomov/jqGrid/tree/master" rel="nofollow" target="_blank"><a href="http://github.com/tonytomov/jq" rel="nofollow">http://github.com/tonytomov/jq</a>.....ree/master</a>, the includer is the &#8220;<a id="f675b85d246538fd63177265e87fd2066d62a1ca" href="/tonytomov/jqGrid/blob/9da8089dd974c7cd0c121e0c6e1ebe19dd43bbb5/jquery.jqGrid.js" target="_blank"><span style="color: #4183c4;">jquery.jqGrid.js</span></a>&#8221; now.</p>
<p>Any way, my tree is working now. The problem is the &#8220;parent&#8221; is alway 0 in your test data.</p>
<p>But now I get the another problem. The tree can not be shown up in IE (8). and it fine in firefox.</p>
</p>
<p>Code is here</p>
<blockquote>
<p>&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221; &#8220;<a href="http://www.w3.org/TR/html4/loose.dtd" target="_blank">http://www.w3.org/TR/html4/loose.dtd</a>&#8220;&#62;<br />&#60;html&#62;<br />&#160;&#160;&#160; &#60;head&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243;&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;title&#62;Insert title here&#60;/title&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; href=&#8221;themes/redmond/jquery-ui-1.7.1.custom.css&#8221; /&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; href=&#8221;themes/ui.jqgrid.css&#8221; /&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;js/jquery-1.3.2.min.js&#8221; type=&#8221;text/javascript&#8221;&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;js/i18n/grid.locale-en.js&#8221; type=&#8221;text/javascript&#8221;&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;js/jquery.jqGrid.min.js&#8221; type=&#8221;text/javascript&#8221;&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type=&#8221;text/javascript&#8221;&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#8221;#treegrid&#8221;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; treeGrid: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; treeGridModel: &#39;adjacency&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ExpandColumn: &#39;id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ExpandColClick: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;testData.xml&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: ["id", "menu", "aaa"],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [{ name: &#39;id&#39;, index: &#39;id&#39;, width: 120,&#160; hidden: false, key: true }, { name: &#39;menu&#39;, index: &#39;menu&#39;, width: 120, hidden: false, sortable: false }, { name: &#39;aaa&#39;, width: 120, hidden: false }], <br />&#160;&#160;&#160;&#160;&#160;height: &#8220;auto&#8221;, <br />&#160;&#160;&#160;&#160;&#160;caption: &#39;Tree Example&#39;, <br />&#160;&#160;&#160;&#160;})<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160;&#160; &#60;/head&#62;<br />&#160;&#160;&#160; &#60;body&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Hello World!!<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;table id=&#8221;treegrid&#8221; class=&#8221;scroll&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243;&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/table&#62;<br />&#160;&#160;&#160; &#60;/body&#62;<br />&#60;/html&#62;</p>
</blockquote>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 11:04:07 +0300</pubDate>
        </item>
        <item>
        	<title>c.barca on JSON and XML Treegrid complete sample (SOLVED)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9307</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9307</guid>
        	        	<description><![CDATA[<p>Hello Brian,</p>
<p>I think also a missing include...</p>
<p>This is my html code.</p>
<p>...<br /> &#60;link rel="stylesheet" type="text/css" media="screen" href="../css/jquery-ui-1.7.2.custom.css" /&#62;<br /> &#60;link rel="stylesheet" type="text/css" media="screen" href="../src/css/ui.jqgrid.css" /&#62;<br /> &#60;link rel="stylesheet" type="text/css" media="screen" href="../src/css/jquery.searchFilter.css" /&#62;</p>
<p> &#60;script type="text/javascript" src="../js/jquery.js"&#62;<br /> &#60;/script&#62;<br /> &#60;script type="text/javascript" src="../js/jquery-ui-1.7.2.custom.min.js"&#62;<br /> &#60;/script&#62;<br /> &#60;script type="text/javascript" src="../src/grid.loader.js"&#62;<br /> &#60;/script&#62;<br /> &#60;!-- jQuery UI theme switcher --&#62;<br /> &#60;script type="text/javascript" src="http://ui.jquery.com/applications/themeroller/themeswitchertool/"&#62;<br /> &#60;/script&#62;<br /> &#60;script type="text/javascript" src="navigatorJson.js"&#62;<br /> &#60;/script&#62;<br />...</p>
<p>where navigatorJson.js is js code on Sample1.</p>
<p>Regards, <br />Claudio</p></p>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 03:49:37 +0300</pubDate>
        </item>
        <item>
        	<title>Brian W on JSON and XML Treegrid complete sample (SOLVED)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9275</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9275</guid>
        	        	<description><![CDATA[<p>Nice work, but I my tree is still not working. I think the problem is caused by the dependens included.. Code is here..</p>
</p>
<p>&#60;head&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;title&#62;Insert title here&#60;/title&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" media="screen" href="themes/redmond/jquery-ui-1.7.1.custom.css" /&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" media="screen" href="themes/ui.jqgrid.css" /&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src="js/jquery-1.3.2.min.js" type="text/javascript"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src="js/i18n/grid.locale-en.js" type="text/javascript"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src="js/jquery.jqGrid.min.js" type="text/javascript"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160; &#60;script src="js/src/grid.treegrid.js" type="text/javascript"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160; &#60;script src="js/src/grid.base.js" type="text/javascript"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;script type="text/javascript"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(document).ready(function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#treegrid").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; treeGrid: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; treeGridModel: &#39;adjacency&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ExpandColumn: &#39;menu&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ExpandColClick: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;testData.xml&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: ["id", "menu", "aaa"],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [{ name: &#39;id&#39;, index: &#39;id&#39;, width: 1,&#160; hidden: true, key: true }, { name: &#39;menu&#39;, index: &#39;menu&#39;, width: 120, hidden: false, sortable: false }, { name: &#39;aaa&#39;, width: 1, hidden: true }], <br />&#160;&#160;&#160;&#160;&#160;&#160;height: 600, width: 200,&#160; pager: false,&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;imgpath: &#39;themes/redmond/images&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;caption: &#39;&#39;, <br />&#160;&#160;&#160;&#160;&#160;})<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/script&#62;<br />&#160;&#160;&#160; &#60;/head&#62;<br />&#160;&#160;&#160; &#60;body&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Hello World!!<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;table id="treegrid" class="scroll" cellpadding="0" cellspacing="0"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/table&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;div id="ptreegrid" class="scroll"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/div&#62;<br />&#160;&#160;&#160; &#60;/body&#62;</p>
]]></description>
        	        	<pubDate>Thu, 03 Sep 2009 11:20:59 +0300</pubDate>
        </item>
        <item>
        	<title>c.barca on JSON and XML Treegrid complete sample (SOLVED)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9260</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/json-and-xml-treegrid-complete-sample-solved#p9260</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>after many search to load a treegrid with JSON and XML data, I would be share this code.</p>
<p>All two samples working fine with local data. <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /></p>
<p><strong> Sample 1         : Treegrid with JSON data </strong></p>
<pre>$(document).ready(function(){
    jQuery("#treegrid2").jqGrid({
        treeGrid: true,
        treeGridModel: &#39;adjacency&#39;,
        ExpandColumn: &#39;menu&#39;,
        ExpandColClick: true,
        url: &#39;tree.json&#39;,
        datatype: &#39;json&#39;,
        colNames: ["menu", "url"],
        colModel: [{
            name: &#39;menu&#39;,
            index: &#39;menu&#39;,
            width: 220,
            hidden: false,
            sortable: false
        }, {
            name: &#39;url&#39;,
            width: 1,
            hidden: true
        }],
        height: 600,
        width: 200,
        pager: false,
        viewrecords: true,
        imgpath: &#39;../js/themes/basic/images&#39;,
        caption: &#39;&#39;,
    })
});
		</pre>
<p><strong>Sample 1: JSON data (tree.json) </strong></p>
<pre>{
        total:1,
        page:1,
        records:6,
        rows:[
            {
			id: 1,
                cell:[
                    &#39;Tabelle&#39;,
                    &#39;1a2&#39;,
                    0,
                    null,
                    false,
                    false
                ]
            },
            {
			id: 2,
                cell:[
                    &#39;Gestione Strutture&#39;,
                    &#39;2a2&#39;,
                    0,
                    1,
                    true,
                    false
                ]
            },
            {
			id: 3,
                cell:[
                    &#39;Gestione Centri&#39;,
                    &#39;3a2&#39;,
                    0,
                    1,
                    true,
                    false
                ]
            },
            {
			id: 4,
                cell:[
                    &#39;Cedolino online&#39;,
                    &#39;1b2&#39;,
                    0,
                    null,
                    false,
                    false
                ]
            },
            {
			id: 5,
                cell:[
                    &#39;Visibilita&#39;,
                    &#39;2b2&#39;,
                    0,
                    4,
                    true,
                    false
                ]
            },
            {
			id: 6,
                cell:[
                    &#39;Cambio mese&#39;,
                    &#39;3b2&#39;,
                    0,
                    4,
                    true,
                    false
                ]
            }
        ]
}        	
		</pre>
<p><strong>Sample 2: Treegrid with XML data </strong></p>
<pre>$(document).ready(function(){
    jQuery("#treegrid2").jqGrid({
        treeGrid: true,
        treeGridModel: &#39;adjacency&#39;,
        ExpandColumn: &#39;menu&#39;,
		ExpandColClick : true,
        url: &#39;tree2.xml&#39;,
        datatype: &#39;xml&#39;,
        mtype: &#39;GET&#39;,
        colNames: ["id", "menu", "aaa"],
        colModel: [{
            name: &#39;id&#39;,
            index: &#39;id&#39;,
            width: 1,
            hidden: true,
            key: true
        }, {
            name: &#39;menu&#39;,
            index: &#39;menu&#39;,
            width: 120,
			hidden: false,
            sortable: false
        }, {
            name: &#39;aaa&#39;,
            width: 1,
            hidden: true
        }],
        height: 600,
        width: 200,
        pager: false,
        imgpath: &#39;../js/themes/basic/images&#39;,
        caption: &#39;&#39;,
    })
});
		</pre>
<p><strong>Sample 2: </strong><strong>XML data (tree2.xml) <br /></strong> <code> &#60;?xml version=&#39;1.0&#39; encoding=&#39;utf-8&#39;?&#62; &#60;rows&#62;      &#60;page&#62;1&#60;/page&#62;      &#60;total&#62;1&#60;/total&#62;      &#60;records&#62;6&#60;/records&#62;      &#60;row&#62;           &#60;cell&#62;1&#60;/cell&#62; 		# row id           &#60;cell&#62;Tabelle&#60;/cell&#62; 		# expanding column           &#60;cell&#62;1a2&#60;/cell&#62; 		# column 2           &#60;cell&#62;0&#60;/cell&#62;      	# node level 0           &#60;cell&#62;NULL&#60;/cell&#62;   	# parent row id           &#60;cell&#62;false&#60;/cell&#62;  	# is this a leaf?           &#60;cell&#62;false&#60;/cell&#62;  	# expand?      &#60;/row&#62;         &#60;row&#62;       	  &#60;cell&#62;2&#60;/cell&#62; 		# row id           &#60;cell&#62;Gestione Strutture&#60;/cell&#62; 		# expanding col           &#60;cell&#62;2a2&#60;/cell&#62; 		# column 2           &#60;cell&#62;0&#60;/cell&#62;      	# node level 1           &#60;cell&#62;1&#60;/cell&#62;      	# parent row id           &#60;cell&#62;true&#60;/cell&#62;   	# is this a leaf?           &#60;cell&#62;false&#60;/cell&#62;  	# expand?      &#60;/row&#62;               &#60;row&#62;       	  &#60;cell&#62;3&#60;/cell&#62; 		# row id           &#60;cell&#62;Gestione centri&#60;/cell&#62; 		# expanding col           &#60;cell&#62;3a2&#60;/cell&#62; 		# column 2           &#60;cell&#62;0&#60;/cell&#62;      	# node level 1           &#60;cell&#62;1&#60;/cell&#62;      	# parent row id           &#60;cell&#62;true&#60;/cell&#62;   	# is this a leaf?           &#60;cell&#62;false&#60;/cell&#62;  	# expand?      &#60;/row&#62; 	  	 &#60;row&#62;           &#60;cell&#62;4&#60;/cell&#62; 		# row id           &#60;cell&#62;Cedolino online&#60;/cell&#62; 		# expanding column           &#60;cell&#62;1b2&#60;/cell&#62; 		# column 2           &#60;cell&#62;0&#60;/cell&#62;      	# node level 0           &#60;cell&#62;NULL&#60;/cell&#62;   	# parent row id           &#60;cell&#62;false&#60;/cell&#62;  	# is this a leaf?           &#60;cell&#62;false&#60;/cell&#62;  	# expand?      &#60;/row&#62;         &#60;row&#62;           &#60;cell&#62;5&#60;/cell&#62; 		# row id           &#60;cell&#62;Visibilita&#60;/cell&#62; 		# expanding col           &#60;cell&#62;2b2&#60;/cell&#62; 		# column 2           &#60;cell&#62;0&#60;/cell&#62;      	# node level 1           &#60;cell&#62;4&#60;/cell&#62;      	# parent row id           &#60;cell&#62;true&#60;/cell&#62;   	# is this a leaf?           &#60;cell&#62;false&#60;/cell&#62;  	# expand?      &#60;/row&#62;               &#60;row&#62;           &#60;cell&#62;6&#60;/cell&#62; 		# row id           &#60;cell&#62;Cambio mese&#60;/cell&#62; 		# expanding col           &#60;cell&#62;3b2&#60;/cell&#62; 		# column 2           &#60;cell&#62;0&#60;/cell&#62;      	# node level 1           &#60;cell&#62;4&#60;/cell&#62;      	# parent row id           &#60;cell&#62;true&#60;/cell&#62;   	# is this a leaf?           &#60;cell&#62;false&#60;/cell&#62;  	# expand?      &#60;/row&#62; &#60;/rows&#62; </code></p>
</p>
<p>Enjoy with Treegrid !</p>
<p>Tony, thanks for your work.</p>
<p>Regards</p>
<p>Claudio</p>
]]></description>
        	        	<pubDate>Thu, 03 Sep 2009 07:42:48 +0300</pubDate>
        </item>
</channel>
</rss>