<?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: jqGrid 3.7.2 TreeGrid not collapsing properly</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly</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/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Ricard on jqGrid 3.7.2 TreeGrid not collapsing properly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p25787</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p25787</guid>
        	        	<description><![CDATA[<p>Just for the record,</p>
<p>I had the same problem and it turned out to be something related to javascript.</p>
<p>in the jquery treegrid adjacency example the xml sends "![CDATA[value]]" as id. It turned out that jqGrid could not find this id as matching the id to be collapsed.</p>
<p>Just changing it to "value" instead of "![CDATA[value]]" solved the issue for me.</p>
]]></description>
        	        	<pubDate>Wed, 25 Jan 2012 10:40:07 +0200</pubDate>
        </item>
        <item>
        	<title>jhermsen on jqGrid 3.7.2 TreeGrid not collapsing properly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p19755</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p19755</guid>
        	        	<description><![CDATA[<p>I ran into the same issue using treeGrid with remote json and using beta 3.8 of the grid.</p>
</p>
<p>I did a little workaround in the expandNode method where I changed:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2980' value='Select Code' data-codeid='sfcode2980' /></p>
<div class='sfcode' id='sfcode2980'>this.p.treeANode = rc1.rowIndex;</div>
<p>&#160;into
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit537' value='Select Code' data-codeid='sfcode537' /></p>
<div class='sfcode' id='sfcode537'>this.p.treeANode = rc1.rowIndex -1;</div>
<p>I know it isn&#39;t the right way to fix it, but it works for me as I only use json at the moment.</p>
]]></description>
        	        	<pubDate>Mon, 13 Sep 2010 12:25:21 +0300</pubDate>
        </item>
        <item>
        	<title>phreakshow on jqGrid 3.7.2 TreeGrid not collapsing properly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p19394</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p19394</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>We have made some fixes for greeGrid using adjacency model in 3.8 Beta</p>
<p><a rel="nofollow" href="http://github.com/tonytomov/jqGrid/commit/d576bf2b7a78fa2c4efb7af055e192268efd0eb9" target="_blank"></a><a href="http://github.com/tonytomov/jq" rel="nofollow" target="_blank">http://github.com/tonytomov/jq</a>.....268efd0eb9</p>
<p>Could you please try it and let me know if the problem persist.</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Tony, I originally tried 3.8 beta because I thought I would like grouping to be used, but unfortunately with grouping you cannot select the "group" node which is what I need. In 3.8 the problem appeared to be worse, when expanded it would start showing the children one node below.. for example:</p>
</p>
<p>Expanded-Parent1</p>
<p>Collapsed-Parent2</p>
<p>&#160;&#160;&#160;&#160; Child of parent1-1</p>
<p>&#160;&#160;&#160;&#160;&#160; Child of Parent1-2</p>
<p>When you tried to collapse it, it wouldnt even change icons, it would instead just single click the row and turn it yellow.</p>
</p>
<p>Any help would be appreciated</p>
</p>
<p>Thank you,</p>
</p>
<p>Chris</p>
]]></description>
        	        	<pubDate>Fri, 27 Aug 2010 21:34:17 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.7.2 TreeGrid not collapsing properly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p19381</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p19381</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>We have made some fixes for greeGrid using adjacency model in 3.8 Beta</p>
<p><a href="http://github.com/tonytomov/jqGrid/commit/d576bf2b7a78fa2c4efb7af055e192268efd0eb9" rel="nofollow" target="_blank"><a href="http://github.com/tonytomov/jq" rel="nofollow">http://github.com/tonytomov/jq</a>.....268efd0eb9</a></p>
<p>Could you please try it and let me know if the problem persist.</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 27 Aug 2010 19:22:45 +0300</pubDate>
        </item>
        <item>
        	<title>phreakshow on jqGrid 3.7.2 TreeGrid not collapsing properly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p19335</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-3-7-2-treegrid-not-collapsing-properly#p19335</guid>
        	        	<description><![CDATA[<p>Within jqGrid 3.7.2 using JSON retrieved data, I have it load the parent objects initially and then it loads the children as the parents are expanded. This works properly. Upon trying to collapse the recently expanded parent the icon changes to the left of it, but the "child" data does not hide or disappear properly. When re-expanding the parent node it loads the data a second time thus repeating the children that already exist. Code I am using for this:</p>
</p>
<p>&#160;&#160;&#160; jQuery(&#39;#assto_browser&#39;).jqGrid({<br />&#160;&#160; &#160;&#160;&#160;&#160; width:500,<br />&#160;&#160; &#160;&#160;&#160;&#160; height: 125,<br />&#160;&#160; &#160;&#160;&#160;&#160; rowNum: 30,<br />&#160;&#160; &#160;&#160;&#160;&#160; rowList: [30,50,100],<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; colNames:[&#39;ID&#39;,&#39;Group Name&#39;,&#39;Sequence&#39;, &#39;Login ID&#39;],<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:1,hidden:true,key:true},<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; {name:&#39;name&#39;,index:&#39;name&#39;},<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; {name:&#39;sequence&#39;,index:&#39;sequence&#39;, sorttype:&#39;int&#39;},<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; {name:&#39;staffname&#39;,index:&#39;staffname&#39;, align:&#39;center&#39;}<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; ],<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; ondblClickRow: function(rowid,iRow,iCol,e) {<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; OpenGridURL($(&#39;#list47&#39;).getCell(rowid,0));<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160; &#160;&#160;&#160;&#160; treedatatype: "json",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "json",<br />&#160;&#160; &#160;&#160;&#160;&#160; mtype:"GET",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;<a href="http://localhost:2810/GetGroupsAndStaffList.aspx&#038;#39" rel="nofollow" target="_blank">http://localhost:2810/GetGroupsAndStaffList.aspx&#038;#39</a>;, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader : {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root: "rows",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: "page",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total: "total",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records: "records",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cell: "cell",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id: "id",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; userdata: "userdata",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; subgrid: {root:"rows", repeatitems: true, cell:"cell"}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160; &#160;&#160;&#160;&#160; viewrecords:true,<br />&#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; treeGrid: true, <br />&#160;&#160; &#160;&#160;&#160;&#160; ExpandColumn : &#39;name&#39;,<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; pager: &#39;#assto_pager&#39;</p>
<p>});</p>
</p>
<p>I am working on a time sensitive project, any immediate help would be appreciated.</p>
</p>
<p>Thank You,</p>
<p>Chris</p>
]]></description>
        	        	<pubDate>Thu, 26 Aug 2010 15:37:57 +0300</pubDate>
        </item>
</channel>
</rss>