<?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: bug when hide first col treeGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/bug-when-hide-first-col-treegrid</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/bug-when-hide-first-col-treegrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on bug when hide first col treeGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/bug-when-hide-first-col-treegrid#p28742</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/bug-when-hide-first-col-treegrid#p28742</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In you case you will need to set <a href="/jqgridwiki/doku.php?id=wiki:treegrid" target="_blank">ExpandColumn </a></p>
<p><input type='button' class='sfcodeselect' name='sfselectit6646' value='Select Code' data-codeid='sfcode6646' /></p>
<div class='sfcode' id='sfcode6646'>
<p>datatype &#160;: "local",</p>
<p>treeGrid &#160;: true,</p>
<p>treeGridModel: &#39;adjacency&#39;,</p>
<p>ExpandColumn : &#39;title_col2&#39;,</p>
<p>colNames = [ "col1", "col2"],</p>
<p>colModel = [ {name:&#39;title_Col1&#39;, hidden:true}, {name:&#39;title_col2&#39;}]</p>
</div>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 09 May 2013 13:23:12 +0300</pubDate>
        </item>
        <item>
        	<title>nikopol on bug when hide first col treeGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/bug-when-hide-first-col-treegrid#p28741</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/bug-when-hide-first-col-treegrid#p28741</guid>
        	        	<description><![CDATA[<p><span style="font-size: 14px;">Hi all,&#160;</span></p>
<p>I think I have discovered a little bug in JqGrid 4.4.5.</p>
<p>I used :</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5228' value='Select Code' data-codeid='sfcode5228' /></p>
<div class='sfcode' id='sfcode5228'>
<p>datatype &#160;: &#34;local&#34;,</p>
<p>treeGrid &#160;: true,</p>
<p>treeGridModel: &#39;adjacency&#39;</p>
<p>colNames = [ &#34;col1&#34;, &#34;col2&#34;],</p>
<p>colModel = [ {name:&#39;title_Col1&#39;, hidden:true}, {name:&#39;title_col2&#39;}]</p>
</div>
<p>I have added all rows with &#39;addChildNode&#39;.</p>
<p>The jqGrid data was displayed as standard rows instead of treeGrid, however, if I ask a row with &#39;getNodeChildren&#39; method, all children was returned correctly. This is just a display bug. This bug is not present when the first element of colModel is not hidden, like that:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9604' value='Select Code' data-codeid='sfcode9604' /></p>
<div class='sfcode' id='sfcode9604'>
<p>colNames = [ &#34;col2&#34;, &#34;col1&#34;],</p>
<p>colModel = [ {name:&#39;title_col2&#39;}, {name:&#39;title_Col1&#39;, hidden:true}]</p>
</div>
<p>I have not tested other thing than datatype:local and addChildNode method</p></p>
]]></description>
        	        	<pubDate>Wed, 08 May 2013 15:10:10 +0300</pubDate>
        </item>
</channel>
</rss>