<?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: gridDnD bug?</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/griddnd-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/bugs/griddnd-bug/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Martyn on gridDnD bug?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/griddnd-bug#p13639</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/griddnd-bug#p13639</guid>
        	        	<description><![CDATA[<p>OK, I&#39;ve found the problem and it&#39;s not a big. in the drag_opts I&#39;d only set a value for &#39;helper&#39;, assuming the other untouched opetions would retain their defaults as if I&#39;d not changed helper - they don&#39;t</p>
</p>
<p>The option that needs to be set is &#39;appendTo&#39;:</p>
</p>
<blockquote>
<p>drag_opts:{</p>
<p>&#160;&#160; revert: &#39;invalid&#39;,</p>
<p>&#160;&#160;                    helper: function(event){                         return $(&#39;&#38;lt;div&#38;gt;&#39; + $(this).attr(&#39;id&#39;) + &#39;&#38;lt;/div&#38;gt;&#39;);                     },</p>
<p>&#160;&#160; cursor: &#39;move&#39;, <br />&#160;&#160; appendTo : &#39;#jqgrid_dnd&#39;, <br />&#160;&#160; zIndex: 5000</p>
<p>}</p>
</blockquote>
]]></description>
        	        	<pubDate>Thu, 07 Jan 2010 13:47:46 +0200</pubDate>
        </item>
        <item>
        	<title>Martyn on gridDnD bug?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/griddnd-bug#p13606</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/griddnd-bug#p13606</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
</p>
<p>I&#39;m using gridDnD which is working OK except when I want to use a helper function for the drag widget instead of the default &#39;clone&#39; mode. When you use this, and drag outside of the grid boundry, the grid starts to scroll. The drop still works if you continue the drag and release the mouse over a valid target, but this looks bad to the user.</p>
</p>
<p>To make it easier to see, I&#39;ve created a demo page of the bug here: <a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://debug.proxcom.com/&#39;);" href="http://debug.proxcom.com/" target="_blank">http://debug.proxcom.com/</a></p>
</p>
<p>Thanks for any help</p>
</p>
<p>EDIT: just noticed that if you drag upwards, no scrolling happens but the drag icon still stays within the grid boundry.</p>
]]></description>
        	        	<pubDate>Wed, 06 Jan 2010 13:10:39 +0200</pubDate>
        </item>
</channel>
</rss>