<?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: Problem collapse with data JSON</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/problem-collapse-with-data-json</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/problem-collapse-with-data-json/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>niclarcipretti on Problem collapse with data JSON</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/problem-collapse-with-data-json#p18950</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/problem-collapse-with-data-json#p18950</guid>
        	        	<description><![CDATA[<p>Hi Ivan,</p>
</p>
<p>This is not a treegrid problem. Always you send to the treegrid a JSON or a XML data with sintax errors, parent node errors or left - right errors, the treegrid cannot renderize properly. So, double check the data you are returning to the grid 😉</p>
</p>
<p>Regards,</p>
</p>
<p>Nicolas</p>
]]></description>
        	        	<pubDate>Tue, 03 Aug 2010 19:53:55 +0300</pubDate>
        </item>
        <item>
        	<title>ivanchain on Problem collapse with data JSON</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/problem-collapse-with-data-json#p18878</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/problem-collapse-with-data-json#p18878</guid>
        	        	<description><![CDATA[<p>same problem with XML data.</p>
]]></description>
        	        	<pubDate>Fri, 30 Jul 2010 07:45:35 +0300</pubDate>
        </item>
        <item>
        	<title>Richard on Problem collapse with data JSON</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/problem-collapse-with-data-json#p18814</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/problem-collapse-with-data-json#p18814</guid>
        	        	<description><![CDATA[<p>I have the same issue and i can&#39;t find a solution.</p>
]]></description>
        	        	<pubDate>Mon, 26 Jul 2010 16:34:32 +0300</pubDate>
        </item>
        <item>
        	<title>emmanuro06 on Problem collapse with data JSON</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/problem-collapse-with-data-json#p18759</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/problem-collapse-with-data-json#p18759</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>My tree is not closed !!!</p>
<p>Here is the return the first time :</p>
<p>{"rows":[{"cell":["CES ",30479.91,"00410459@2009@000000000000000@000000000000000@000000000000002@CES",0.0,0.0,false,false],"id":0},{"cell":["DAV ",35.98,"00410459@2009@000000000000001@000000000000000@000000000000002@DAV",0.0,0.0,false,false],"id":1},{"cell":["DDG ",1308.21,"00410459@2009@000000000000002@000000000000000@000000000000002@DDG",0.0,0.0,false,false],"id":2}],"page":"1","records":2,"total":"1"}</p>
<p>and the second when i click on the line</p>
<p>{"rows":[{"cell":[" ",17.99,"00410459@2009@000000000000003@000000000000001@000000000000004@",1.0,1.0,true,false],"id":3},{"cell":[" ",17.99,"00410459@2009@000000000000004@000000000000001@000000000000004@",1.0,1.0,true,false],"id":4}],"page":"1","records":2,"total":"1"}</p>
<p>The expand is ok but when i click again for close that don&#39;t close ????</p>
<p>$("#listBase").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "json",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 250,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: "&#60;html:rewrite forward=&#39;detail&#39; /&#62;", <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; postData:{action:"ajax", cleDB:cleDB},<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;width: 600, <br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames:[<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;"&#60;bean:message key=&#39;baws.declarant.compteur&#39;/&#62;",<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;"&#60;bean:message key=&#39;baws.declarant.montant&#39;/&#62;",<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;"cleDB"<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;&#160;&#160; &#160;colModel:[ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;compteur&#39;,index:&#39;compteur&#39;, width:180, sortable:false, resizable:false}, <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;montant&#39;,index:&#39;montant&#39;, width:180, align:&#39;right&#39;, sortable:false, resizable:false}, <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;cleDB&#39;,index:&#39;cleDB&#39;, hidden:false,&#160; sortable:false, resizable:true, key:true}<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;], <br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;treeGrid: true, <br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;treeGridModel: &#39;adjacency&#39;,<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;ExpandColumn : &#39;compteur&#39;, <br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;ExpandColClick: false,<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;scrollOffset: 0,<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;treeIcons:{<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;plus:&#39;ui-icon-circlesmall-plus&#39;,<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;minus:&#39;ui-icon-circlesmall-minus&#39;,<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;leaf:&#39;ui-icon-radio-off&#39;<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;} <br />&#160;&#160; &#160;});</p>
</p>
<p>JQGRID version 3.6.5 on IE6.</p>
</p>
<p>Regards.</p></p>
]]></description>
        	        	<pubDate>Fri, 23 Jul 2010 11:37:24 +0300</pubDate>
        </item>
</channel>
</rss>