<?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: XML example?</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-example</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/xml-example/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>todd_b on XML example?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7637</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7637</guid>
        	        	<description><![CDATA[<blockquote>
<p>mistertreegrid said:</p>
<p>...</p>
<p>Example(s) would help me get going&#8230;</p>
<p>Does anyone have example(s) of the different way(s) we can form the XML to get a leafed result?</p>
</blockquote>
<hr />
<p>Adjacent example with summary row:</p>
<p>&#60;?xml version=&#39;1.0&#39; encoding=&#39;utf-8&#39;?&#62;<br />&#60;rows&#62;<br />&#160;&#160;&#160;&#160; &#60;page&#62;1&#60;/page&#62;<br />&#160;&#160;&#160;&#160; &#60;total&#62;1&#60;/total&#62;<br />&#160;&#160;&#160;&#160; &#60;records&#62;12&#60;/records&#62;<br />&#160;&#160;&#160;&#160; &#60;userdata name="aaaa"&#62;total&#60;/userdata&#62;<br />&#160;&#160;&#160;&#160; &#60;userdata name="bbbb"&#62;1b2b3b&#60;/userdata&#62;<br />&#160;&#160;&#160;&#160; &#60;userdata name="cccc"&#62;1c2c3c&#60;/userdata&#62;<br />&#160;&#160;&#160;&#160; &#60;userdata name="dddd"&#62;1d2d3d&#60;/userdata&#62;<br />&#160;&#160;&#160;&#160; &#60;row&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;1&#60;/cell&#62; # row id <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;1a&#60;/cell&#62; # expanding column<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;1b&#60;/cell&#62; # column 2<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;1c&#60;/cell&#62; # column 3<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;1d&#60;/cell&#62; # column 4<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;0&#60;/cell&#62;&#160;&#160;&#160;&#160;&#160; # node level 0<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;NULL&#60;/cell&#62;&#160;&#160; # parent row id<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;false&#60;/cell&#62;&#160; # is this a leaf?<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;false&#60;/cell&#62;&#160; # expand?<br />&#160;&#160;&#160;&#160; &#60;/row&#62;&#160;&#160; </p>
<p>&#160;&#160;&#160;&#160; &#60;row&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;2&#60;/cell&#62; # row id <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;2a&#60;/cell&#62; # expanding col<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;2b&#60;/cell&#62; # column 2<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;2c&#60;/cell&#62; # column 3<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;2d&#60;/cell&#62; # column 4<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;0&#60;/cell&#62;&#160;&#160;&#160;&#160;&#160; # node level 1<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;1&#60;/cell&#62;&#160;&#160;&#160;&#160;&#160; # parent row id<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;true&#60;/cell&#62;&#160;&#160; # is this a leaf?<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;false&#60;/cell&#62;&#160; # expand?<br />&#160;&#160;&#160;&#160; &#60;/row&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p>
<p>&#160;&#160;&#160;&#160; &#60;row&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;3&#60;/cell&#62; # row id <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;3a&#60;/cell&#62; # expanding col<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;3b&#60;/cell&#62; # column 2<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;3c&#60;/cell&#62; # column 3<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;3d&#60;/cell&#62; # column 4<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;0&#60;/cell&#62;&#160;&#160;&#160;&#160;&#160; # node level 1<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;1&#60;/cell&#62;&#160;&#160;&#160;&#160;&#160; # parent row id<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;true&#60;/cell&#62;&#160;&#160; # is this a leaf?<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;cell&#62;false&#60;/cell&#62;&#160; # expand?<br />&#160;&#160;&#160;&#160; &#60;/row&#62; <br />&#60;/rows&#62;</p></p>
]]></description>
        	        	<pubDate>Thu, 02 Jul 2009 15:59:35 +0300</pubDate>
        </item>
        <item>
        	<title>tony on XML example?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7591</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7591</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It is not so complicated as you say.</p>
<p>You should use only the property isLeaf and export all the leaf nodes. Please see in detail what information additionally is needed to construct the trree grid.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 02 Jul 2009 02:19:22 +0300</pubDate>
        </item>
        <item>
        	<title>mistertreegrid on XML example?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7423</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7423</guid>
        	        	<description><![CDATA[<p>Hi, I&#39;ve read the documentation and checked out the examples; I haven&#39;t been able to find out how to format the xml to support treegrid with multiple leaves. The documentation&#39;s example seems to be incomplete in this respect as it seems to only produce a non-leafed example.</p>
</p>
<p>Example(s) would help me get going...</p>
</p>
<p>Does anyone have example(s) of the different way(s) we can form the XML to get a leafed result?</p>
</p>
<p>Thank you!</p>
<p>-David</p>
]]></description>
        	        	<pubDate>Tue, 23 Jun 2009 11:39:52 +0300</pubDate>
        </item>
        <item>
        	<title>tony on XML example?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7401</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7401</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>First good starts is a documentation - see tree grids</p>
]]></description>
        	        	<pubDate>Tue, 23 Jun 2009 02:29:13 +0300</pubDate>
        </item>
        <item>
        	<title>efet on XML example?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7394</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/xml-example#p7394</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am not very capable with php so I was wondering if there is a working XML example for treegrid.</p>
]]></description>
        	        	<pubDate>Mon, 22 Jun 2009 14:07:02 +0300</pubDate>
        </item>
</channel>
</rss>