<?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: Using gridDnd, sortableRows in one grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/using-griddnd-sortablerows-in-one-grid</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/using-griddnd-sortablerows-in-one-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Tom Kim on Using gridDnd, sortableRows in one grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/using-griddnd-sortablerows-in-one-grid#p26681</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/using-griddnd-sortablerows-in-one-grid#p26681</guid>
        	        	<description><![CDATA[<p>Hi I am using jqGrid to make some stuff.</p>
<p>I have a normal jqGrid like this (without column sorting)</p>
<p>$(&#39;#grid&#39;).jqGrid({ ...... sortable: false, .....});</p>
<p>and I am trying to use gridDnD method like this.</p>
<p>$(&#39;#grid&#39;).jqGrid(&#39;gridDnD&#39;, { connectWith: &#39;#divTrashZone&#39; }</p>
<p>and use sortableRows too</p>
<p>$(&#39;#grid&#39;).jqGrid(&#39;sortableRows&#39;);</p>
<p>If only one method is on, it works. But if I use both together, only gridDnD works.</p>
<p>On the jqGrid document, they don&#39;t say anything about that I shouldn&#39;t use both at the same time.</p>
<p>I really need both options to work..</p>
<p>What I am trying to do is sort rows with dnd and delete a specific row by drag&#38;dropping it to another area.</p>
<p>Please give me some advice</p>
<p>Thank U!!</p>
]]></description>
        	        	<pubDate>Sat, 26 May 2012 16:56:43 +0300</pubDate>
        </item>
</channel>
</rss>