<?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: duplicate rows if sortableRows and gridDnD are used together</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/duplicate-rows-if-sortablerows-and-griddnd-are-used-together</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/duplicate-rows-if-sortablerows-and-griddnd-are-used-together/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on duplicate rows if sortableRows and gridDnD are used together</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/duplicate-rows-if-sortablerows-and-griddnd-are-used-together#p25179</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/duplicate-rows-if-sortablerows-and-griddnd-are-used-together#p25179</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
<p>Thanks.&#160; Fixed</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 17 Nov 2011 10:18:46 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on duplicate rows if sortableRows and gridDnD are used together</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/duplicate-rows-if-sortablerows-and-griddnd-are-used-together#p25174</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/duplicate-rows-if-sortablerows-and-griddnd-are-used-together#p25174</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>in <a href="http://stackoverflow.com/questions/8155853/jqgrid-combining-sortablerows-and-griddnd-duplicate-rows/8156539#8156539" target="_blank">the question</a>&#160;on the stackoverflow are described a bug where the usage of sortableRows and gridDnD together</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7943' value='Select Code' data-codeid='sfcode7943' /></p>
<div class='sfcode' id='sfcode7943'>jQuery(&#34;#grid1&#34;).jqGrid(&#39;gridDnD&#39;, {connectWith: &#39;#grid2&#39;});<br />jQuery(&#34;#grid2&#34;).jqGrid(&#39;sortableRows&#39;);&#160;</div>
<p>follows to row duplications instead of row movement in the second grid. The bug can be reproduced on <a href="http://www.ok-soft-gmbh.com/jqGrid/gridDnD-and-sortableRows0.htm" target="_blank">the following demo</a>. To fix the problem I suggest to change the line <a href="https://github.com/tonytomov/jqGrid/blob/v4.2.0/js/grid.jqueryui.js#L392" target="_blank">392</a> of the modul <strong>grid.jqueryui.js</strong> from</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8861' value='Select Code' data-codeid='sfcode8861' /></p>
<div class='sfcode' id='sfcode8861'>return d;</div>
<p>to</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9180' value='Select Code' data-codeid='sfcode9180' /></p>
<div class='sfcode' id='sfcode9180'>return false;</div>
<p>After the change<a href="http://www.ok-soft-gmbh.com/jqGrid/gridDnD-and-sortableRows.htm" target="_blank"> the modified demo</a> will work.</p>
<p>Best regards<br />Oleg&#160;</p></p>
]]></description>
        	        	<pubDate>Wed, 16 Nov 2011 20:50:54 +0200</pubDate>
        </item>
</channel>
</rss>