<?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: Column Reordering from v.3.6 works incorrect with master/detail grids</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids</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/column-reordering-from-v36-works-incorrect-with-masterdetail-grids/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p12245</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p12245</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks.I see this. Yes the behaviour is strange in FireFox too when we first resize the coumns so that horizontal scrollbar appear and when we try to sort column which is not visible - it is go to a bad position.</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Sat, 21 Nov 2009 03:30:46 +0200</pubDate>
        </item>
        <item>
        	<title>Joseph Sheinis on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p12191</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p12191</guid>
        	        	<description><![CDATA[<p>I see the same issue in IE and Opera, but not in Firefox.</p>
<p>Select a column to the right of the jqgrid horizontal scrollbar (not visible until scrolled) and sort by it - header and data now mismatched. Mozilla in this scenario automatically scrolls grid to show its left side, but IE and Opera do not.</p>
<p>Is there a workaround?</p>
</p>
<p>Thank you!</p>
]]></description>
        	        	<pubDate>Thu, 19 Nov 2009 09:51:19 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11474</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11474</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. I will check it.</p>
<p>Best Regsrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 04 Nov 2009 04:39:40 +0200</pubDate>
        </item>
        <item>
        	<title>ilmsair on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11439</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11439</guid>
        	        	<description><![CDATA[<p>I am not able to insert the screenshots. If you can tell me your email address I will send the screenshots as a .odt document. I have tested this is Safari and Firefox and the results are the same. In Safari I noticed that the mismatch is happening on the 10th row. I don&#39;t know if this is a co-incidence. In Firefox it seems to be random.</p>
<p class="western">The code for displaying the grid below:-</p>
<p class="western">HTML Table:-</p>
<p class="western">&#160;</p>
<p class="western">&#60;table class=&#8221;display&#8221; id=&#8221;unitdems&#8221;&#62;</p>
<p class="western">&#60;thead&#62;</p>
<p class="western">&#60;tr&#62;</p>
<p class="western">&#60;th&#62;Unit Demand No&#60;/th&#62;</p>
<p class="western">&#60;th&#62;Part Number&#60;/th&#62;</p>
<p class="western">&#60;th&#62;Reason Demand&#60;/th&#62;</p>
<p class="western">&#60;th&#62;Demand Qty</p>
<p class="western">&#60;/thead&#62;</p>
<p class="western">&#60;tbody&#62;</p>
<p class="western">&#60;% for unit_demand in @unit_demands %&#62;</p>
<p class="western">&#60;tr&#62;</p>
<p class="western">&#60;td&#62;&#60;%=h unit_demand.unit_demand_no %&#62;&#60;/td&#62;</p>
<p class="western">&#60;td&#62;&#60;%=h unit_demand.part_number %&#62;&#60;/td&#62;</p>
<p class="western">&#60;td&#62;&#60;%=h unit_demand.reason_demand %&#62;&#60;/td&#62;</p>
<p class="western">&#60;td&#62;&#60;%=h unit_demand.qty_reqd %&#62;&#60;/td&#62;</p>
<p class="western">&#60;/tr&#62;</p>
<p class="western">&#60;% end %&#62;</p>
<p class="western">&#60;/tbody&#62;</p>
<p class="western">&#60;/table&#62;</p>
<p class="western">&#160;</p>
<p class="western">&#60;div id=&#8221;pager&#8221; class=&#8221;scroll&#8221; style=&#8221;text-align:center;&#8221;&#62;&#60;/div&#62;</p>
<p class="western">&#60;p&#62;&#60;%= link_to &#8220;New Unit Demand&#8221;, new_unit_demand_path %&#62;&#60;/p&#62;</p>
<p class="western">&#160;</p>
<p class="western">The data matches the column headers.</p>
<p class="western">After this when re-ordering columns, the data and column headers are mismatched. This is the first block of code in the application.js file. The code in application.js is as follows:-</p>
<p class="western">&#160;</p>
<p class="western">$(document).ready(function()</p>
<p class="western">{</p>
<p class="western">tableToGrid(&#8221;#unitdems&#8221;, {</p>
<p class="western">sortable: true,</p>
<p class="western">pager: $(&#39;#pager&#39;),</p>
<p class="western">//rowNum: 10,</p>
<p class="western">//rowList: [10, 20, 30],</p>
<p class="western">//sortorder: &#39;desc&#39;,</p>
<p class="western">//viewrecords: true,</p>
<p class="western">imgpath: &#39;public/images/ui&#39;,</p>
<p class="western">forceFit: true,</p>
<p class="western">loadtext: &#39;Loading&#8230;&#39;,</p>
<p class="western">caption: &#39;Unit Demands&#39;</p>
<p class="western">});</p>
<p class="western">&#160;</p>
<p class="western">&#160;</p>
<p class="western">Then when I re-order the columns randomly, they all fit together again, as shown below:-</p>
<p class="western">&#160;</p>
<p class="western">&#160;</p>
<p><!-- 	 	 --></p>
<p class="western">The code for displaying the grid below:-</p>
<p class="western">&#160;</p>
<p class="western">HTML Table:-</p>
<p class="western">&#160;</p>
<p class="western">&#60;table class=&#8221;display&#8221; id=&#8221;unitdems&#8221;&#62;</p>
<p class="western">&#60;thead&#62;</p>
<p class="western">&#60;tr&#62;</p>
<p class="western">&#60;th&#62;Unit Demand No&#60;/th&#62;</p>
<p class="western">&#60;th&#62;Part Number&#60;/th&#62;</p>
<p class="western">&#60;th&#62;Reason Demand&#60;/th&#62;</p>
<p class="western">&#60;th&#62;Demand Qty</p>
<p class="western">&#60;/thead&#62;</p>
<p class="western">&#60;tbody&#62;</p>
<p class="western">&#60;% for unit_demand in @unit_demands %&#62;</p>
<p class="western">&#60;tr&#62;</p>
<p class="western">&#60;td&#62;&#60;%=h unit_demand.unit_demand_no %&#62;&#60;/td&#62;</p>
<p class="western">&#60;td&#62;&#60;%=h unit_demand.part_number %&#62;&#60;/td&#62;</p>
<p class="western">&#60;td&#62;&#60;%=h unit_demand.reason_demand %&#62;&#60;/td&#62;</p>
<p class="western">&#60;td&#62;&#60;%=h unit_demand.qty_reqd %&#62;&#60;/td&#62;</p>
<p class="western">&#60;/tr&#62;</p>
<p class="western">&#60;% end %&#62;</p>
<p class="western">&#60;/tbody&#62;</p>
<p class="western">&#60;/table&#62;</p>
<p class="western">&#160;</p>
<p class="western">&#60;div id=&#8221;pager&#8221; class=&#8221;scroll&#8221; style=&#8221;text-align:center;&#8221;&#62;&#60;/div&#62;</p>
<p class="western">&#60;p&#62;&#60;%= link_to &#8220;New Unit Demand&#8221;, new_unit_demand_path %&#62;&#60;/p&#62;</p>
<p class="western">&#160;</p>
<p class="western">The data matches the column headers.</p>
<p class="western">After this when re-ordering columns, the data and column headers are mismatched. This is the first block of code in the application.js file. The code in application.js is as follows:-</p>
<p class="western">&#160;</p>
<p class="western">$(document).ready(function()</p>
<p class="western">{</p>
<p class="western">tableToGrid(&#8221;#unitdems&#8221;, {</p>
<p class="western">sortable: true,</p>
<p class="western">pager: $(&#39;#pager&#39;),</p>
<p class="western">//rowNum: 10,</p>
<p class="western">//rowList: [10, 20, 30],</p>
<p class="western">//sortorder: &#39;desc&#39;,</p>
<p class="western">//viewrecords: true,</p>
<p class="western">imgpath: &#39;public/images/ui&#39;,</p>
<p class="western">forceFit: true,</p>
<p class="western">loadtext: &#39;Loading&#8230;&#39;,</p>
<p class="western">caption: &#39;Unit Demands&#39;</p>
<p class="western">});</p>
</p>
<p class="western">Then when I re-order the columns randomly, they all fit together again.</p>
<p class="western">&#160;</p>
<p class="western">Regards</p>
<p class="western">&#160;</p>
<p class="western">&#160;</p></p>
]]></description>
        	        	<pubDate>Tue, 03 Nov 2009 00:11:05 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11415</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11415</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I can not reproduce this in my testing machine.</p>
<p>Could you please post the code or send me a link to the problem.</p>
<p>Or at last send me the code to my e-mail.</p>
<p>Thank you</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 13:21:49 +0200</pubDate>
        </item>
        <item>
        	<title>ilmsair on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11376</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11376</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am new here. Started using jQgrid for my rails project. Used tabletogrid to format a html table to grid. Works and dipslays fine. However, re-ordering results in mismatch of data and column headings. Help would be appreciated.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 00:07:56 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11359</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11359</guid>
        	        	<description><![CDATA[<p>Thank you very much, Tonny!</p>
</p>
<p>Now everything works correct. I love jqGrid!</p>
</p>
<p>Oleg</p>
]]></description>
        	        	<pubDate>Sun, 01 Nov 2009 02:33:54 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11357</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11357</guid>
        	        	<description><![CDATA[<p>Hello Oleg,</p>
<p>The fix is in GitHub. Thanks</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 01 Nov 2009 01:20:02 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11355</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11355</guid>
        	        	<description><![CDATA[<p>Hello Tony!</p>
</p>
<p>I reduced my code and made it working with local data only instead of json in the original:</p>
<p>&#60;html&#62;</p>
<p>&#60;head&#62;</p>
<p>...</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="Testclusters.js"&#62;&#60;/script&#62;</p>
<p>&#60;/head&#62;</p>
<p>&#60;body&#62;</p>
<p>...</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;table id="list"&#62;&#60;/table&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;div id="pager"&#62;&#60;/div&#62;</p>
<p>...</p>
<p>&#60;/body&#62;</p>
<p>&#60;/html&#62;</p>
<p>where Testclusters.js looks like following</p>
<p>jQuery(document).ready(function() {<br />&#160;&#160;&#160; jQuery(&#39;#list&#39;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Testclusters&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;auto&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumbers: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortable: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;local&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#pager&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pgbuttons: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pginput: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 10000,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Name&#39;, &#39;Testtiefe&#39;, &#39;RowVersion&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Name&#39;, index: &#39;Name&#39;, width: 120, sortable: false, editable: true, editoptions: { size: 30} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;TesttiefeName&#39;, index: &#39;TesttiefeName&#39;, width: 180, sortable: false, search: false, editable: true, editoptions: { size: 25} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;RowVersion&#39;, index: &#39;RowVersion&#39;, width: 1, sortable: false, hidden: true, editable: true, editrules: { edithidden: false} }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; ]<br />&#160;&#160;&#160; });<br />&#160;&#160;&#160; var myData = [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { Name: "VIA XP", TesttiefeName: "Alle SW-Produkte", RowVersion: "20FC31" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { Name: "KUBUS", TesttiefeName: "Alle SW-Produkte", RowVersion: "20FC32" }<br />&#160;&#160;&#160; ];<br />&#160;&#160;&#160; for (var i = 0; i &#60;= myData.length; i++)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list").addRowData(i + 1, myData[i]);</p>
<p>&#160;&#160;&#160; jQuery(&#39;#detail&#39;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Testclustersdetails&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;auto&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumbers: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortable: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;local&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#pagerdetail&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 10000,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Businessprofil&#39;, &#39;Bereitstellungsform&#39;, &#39;RowVersion&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;BusinessprofilName&#39;, index: &#39;Profil&#39;, width: 150, editable: true, editoptions: { size: 30} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;BereitstellungsformName&#39;, index: &#39;Bereitstellungsform&#39;, width: 150, search: false, editable: true, editoptions: { size: 25} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;RowVersion&#39;, index: &#39;RowVersion&#39;, width: 1, hidden: true, editable: true, editrules: { edithidden: false} }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pgbuttons: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pginput: false<br />&#160;&#160;&#160; });</p>
<p>&#160;&#160;&#160; var myDetailData = [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { BusinessprofilName: "ERGO PC KUBUS XP", BereitstellungsformName: "Fat Client", RowVersion: "20FC67" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { BusinessprofilName: "ERGO PC KUBUS XP", BereitstellungsformName: "Web", RowVersion: "20FC68" }<br />&#160;&#160;&#160; ];<br />&#160;&#160;&#160; for (var j = 0; j &#60;= myDetailData.length; j++)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#detail").addRowData(j + 1, myDetailData[j]);</p>
<p>});</p>
</p>
<p>You can download the full HTML/CSS/JavaScript code with all dependend files from <a href="http://www.ok-soft-gmbh.com/ReorderColumnsError/ReorderColumnsError.zip" rel="nofollow" target="_blank">http://www.ok-soft-gmbh.com/ReorderColumnsError/ReorderColumnsError.zip</a></p>
</p>
<p>For the code of jqGrid 3.6 beta I used the code, which I just now loaded from <a href="http://github.com/tonytomov/jqGrid/tree/jqgrid36" rel="nofollow" target="_blank">http://github.com/tonytomov/jqGrid/tree/jqgrid36</a></p>
</p>
<p>Best regards</p>
<p>Oleg</p>
]]></description>
        	        	<pubDate>Sat, 31 Oct 2009 14:10:38 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11342</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11342</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
<p>I have just tested this on the demo MasterDetail and Grid as SubGrid and everething work OK. Could you please provide me a link to the problem or just publish or send me the code.</p>
<p>Thanks.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 31 Oct 2009 03:30:04 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11341</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11341</guid>
        	        	<description><![CDATA[<p>Hello Oleg,</p>
<p>Thanks. Will certainly test this behaviour.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 31 Oct 2009 03:23:11 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Column Reordering from v.3.6 works incorrect with master/detail grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11329</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-reordering-from-v36-works-incorrect-with-masterdetail-grids#p11329</guid>
        	        	<description><![CDATA[<p>Hello Tonny!</p>
</p>
<p>New Column Reordering is very nice, but it works incorrect with master/detail grids:</p>
<p>Before columns reordering master/detail grids looked like</p>
<p><a href="http://www.ok-soft-gmbh.com/images/jqGrid/ColumnReorderBeforeError.png"><img src="http://www.ok-soft-gmbh.com/images/jqGrid/ColumnReorderBeforeError.png" width="100"  class="sfimageleft spUserImage" alt="ColumnReorderBeforeError" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>after reordering columns "Name" and "Testtiefe" in the master grid we receive a vary strange picture:</p>
<p><a href="http://www.ok-soft-gmbh.com/images/jqGrid/ColumnReorderAfterError.png"><img src="http://www.ok-soft-gmbh.com/images/jqGrid/ColumnReorderAfterError.png" width="100"  class="sfimageleft spUserImage" alt="ColumnReorderAfterError" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>If we remove detail grid (comment the corresponding code), everything will be works fine:</p>
<p><a href="http://www.ok-soft-gmbh.com/images/jqGrid/ColumnReorderWithoutError.png"><img src="http://www.ok-soft-gmbh.com/images/jqGrid/ColumnReorderWithoutError.png" width="100"  class="sfimageleft spUserImage" alt="ColumnReorderWithoutError" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>The same problem I have in all my master/detail grid pages. All pages with one grid works correct. So I think, to reproduce the problem you can add "sortable: true" in any your master/detail grid example.</p>
</p>
<p>Best regards</p>
<p>Oleg</p></p>
]]></description>
        	        	<pubDate>Fri, 30 Oct 2009 13:11:29 +0200</pubDate>
        </item>
</channel>
</rss>