<?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: Drag and Drop between tables BUG?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/drag-and-drop-between-tables-bug</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/help/drag-and-drop-between-tables-bug/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Drag and Drop between tables BUG?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/drag-and-drop-between-tables-bug#p14153</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/drag-and-drop-between-tables-bug#p14153</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There is fix for thisprovided from Paolo.</p>
<p><a href="http://www.trirand.com/blog/?page_id=393/bugs/bug-in-multiple-calls-of-jqgridgriddnd" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....ridgriddnd</a></p>
<p>We will publish it soon.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 22 Jan 2010 13:12:37 +0200</pubDate>
        </item>
        <item>
        	<title>Edgar Veiga on Drag and Drop between tables BUG?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/drag-and-drop-between-tables-bug#p14060</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/drag-and-drop-between-tables-bug#p14060</guid>
        	        	<description><![CDATA[<p>Hi there!</p>
<p>I&#39; m having a little problem trying to use the d&#39;N&#39;d functionality. If I create a new table by clicking a button:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3199' value='Select Code' data-codeid='sfcode3199' /></p>
<div class='sfcode' id='sfcode3199'>
<p>$("#add_table").click(function(){</p>
<p>&#160;&#160; &#160; &#160; &#160;$("#right").prepend(&#39;&#60;table id="grid3"&#62;&#60;/table&#62;&#39;);</p>
</p>
<p>&#160;&#160; &#160; &#160; &#160;//Creating grid3</p>
<p>&#160;&#160; &#160; &#160; &#160;jQuery("#grid3").jqGrid({</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;datatype: "local",</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;height: 200,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;colNames: [&#39;Cod. Analise&#39;, &#39;Data&#39;, &#39;PA&#39;],</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;colModel: [</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; {name: &#39;ca3&#39;, index: &#39;ca3&#39;,width: 190},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; {name: &#39;data3&#39;,index: &#39;data3&#39;,width: 70},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; {name: &#39;pa3&#39;,index: &#39;pa3&#39;,width: 240}</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;],</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;rowNum:&#39;&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;caption: &#39;Grid 3&#39;</p>
<p>&#160;&#160; &#160; &#160; &#160;});</p>
</p>
<p>&#160;&#160; &#160; &#160; &#160;// connect grid1 with grid2 and grid3</p>
<p>&#160;&#160; &#160; &#160; &#160;jQuery("#grid1").jqGrid(&#39;gridDnD&#39;,{connectWith:&#39;#grid2,#grid3&#39;});</p>
<p>...</p>
</div>
<p>While trying to drag from grid1 to grid3 (the new table, that is empty) I can&#39;t drop the element. The supposed row that appears to help to localize the spot where you intend to drag is very thin (just about 1px)! And we can&#39;t ever drop the element 🙁</p>
</p>
<p>Can you help me?</p>
</p>
<p>Best regards,</p>
<p>Edgar Veiga</p>
]]></description>
        	        	<pubDate>Tue, 19 Jan 2010 20:20:43 +0200</pubDate>
        </item>
</channel>
</rss>