<?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 Treegrid sorting issue</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/jqgrid-treegrid-sorting-issue</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/jqgrid-treegrid-sorting-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>verofairy on JqGrid Treegrid sorting issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/jqgrid-treegrid-sorting-issue#p24811</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/jqgrid-treegrid-sorting-issue#p24811</guid>
        	        	<description><![CDATA[<p>I hope you can help me, I have a structure like this:</p>
</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit4033' value='Select Code' data-codeid='sfcode4033' /></p><div class='sfcode' id='sfcode4033'>- root A
    -child_A1
        -child_A1_1
        -child_A1_2
        -child_A1_3
    -child_A2
        -child_A2_1
        -child_A2_2
        -child_A2_3

- root B
    - child_B1
         -child_B1_1
         -child_B1_2
         -child_B1_3</div></pre>
</p>
<p>But when I show the data in TreeGrid, it shows like this:</p>
</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit9963' value='Select Code' data-codeid='sfcode9963' /></p><div class='sfcode' id='sfcode9963'>- root A
    -child_A1

    -child_A2
         -child_A1_1

- root B
    - child_B1
         -child_B1_1
         -child_B1_2
         -child_B1_3
         -child_A1_2
         -child_A1_3
         -child_A2_1
         -child_A2_2
         -child_A2_3</div></pre>
</p>
<p>Anybody knows why..??? please help, I search information about this error but don`t have luck...</p>
<p>here the code of my json string:</p>
</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit7286' value='Select Code' data-codeid='sfcode7286' /></p><div class='sfcode' id='sfcode7286'>{"total":1,"page":null,"records":18,"rows":[
      {"cell":["Parent A","ubicacion","0","null","false","false","true"]},
      {"cell":["Child A1","ubicacion","1","1","false","false","true"]},
      {"cell":["Child A2","ubicacion","1","1","false","false","true"]},
      {"cell":["Child A1_1","ubicacion","2","2","true","false","true"]},
      {"cell":["Parent B","ubicacion","0","null","false","false","true"]},
      {"cell":["Child B1","ubicacion","1","5","false","false","true"]},
      {"cell":["Child B1_1","ubicacion","2","6","true","false","true"]},
      {"cell":["Child B1_2","ubicacion","2","6","true","false","true"]},
      {"cell":["Child B1_3","ubicacion","2","6","true","false","true"]},
      {"cell":["Child A1_2","ubicacion","2","2","true","false","true"]},
      {"cell":["Child_A1_3","ubicacion","2","2","true","false","true"]},
      {"cell":["Child A2_1","ubicacion","2","3","true","false","true"]},
      {"cell":["Child A2_2","ubicacion","2","3","true","false","true"]},
      {"cell":["Child A2_3","ubicacion","2","3","true","false","true"]}
    ]}</div></pre>
</p>
<p>I hope anybody can help me, thanks in advance...</p>
<p>Best Regards,</p>
<p>Ver&#243;nica.</p>
]]></description>
        	        	<pubDate>Wed, 05 Oct 2011 01:25:04 +0300</pubDate>
        </item>
</channel>
</rss>