<?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: Move Data from one grid to another</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/move-data-from-one-grid-to-another</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/move-data-from-one-grid-to-another/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tobias on Move Data from one grid to another</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/move-data-from-one-grid-to-another#p12372</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/move-data-from-one-grid-to-another#p12372</guid>
        	        	<description><![CDATA[<p>Nevermind, I must have typed it in wrong.&#160; After going down a different path, I came back and redid it and it works just fine now.&#160; Thanks</p>
]]></description>
        	        	<pubDate>Mon, 23 Nov 2009 16:51:46 +0200</pubDate>
        </item>
        <item>
        	<title>tobias on Move Data from one grid to another</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/move-data-from-one-grid-to-another#p12367</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/move-data-from-one-grid-to-another#p12367</guid>
        	        	<description><![CDATA[<p>I did that and was able to move the rows down, but I received a TypeError : "Object doesn&#39;t support this property or method" on the clearGridData.&#160; This is with Jquery 3.2.1.</p>
]]></description>
        	        	<pubDate>Mon, 23 Nov 2009 14:32:48 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Move Data from one grid to another</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/move-data-from-one-grid-to-another#p12271</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/move-data-from-one-grid-to-another#p12271</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please try this:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4595' value='Select Code' data-codeid='sfcode4595' /></p>
<div class='sfcode' id='sfcode4595'>
<p>$(&#39;#campaign-moveup&#39;).click(function() {<br />&#160;&#160;&#160; var RowList;<br />RowList = $(&#39;#grid2&#39;).getRowData();<br />var Row;<br />for( Row in RowList )<br />{<br />&#160;$(&#39;#grid1&#39;).addRowData(Row,RowList[Row]);<br />}</p>
<p>$("#grid2).clearGridData();<br />});</p>
</div>
<p>The same for the second</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 21 Nov 2009 07:53:18 +0200</pubDate>
        </item>
        <item>
        	<title>tobias on Move Data from one grid to another</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/move-data-from-one-grid-to-another#p12204</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/move-data-from-one-grid-to-another#p12204</guid>
        	        	<description><![CDATA[</p>
<p>I am trying to set up a website that works on a campaign mentality allowing the user to select items from one grid to populate a second grid.&#160; The second grid is the list of people targetted in this campaign.&#160; I have set up drag and drop between them (which is very nice).&#160; The part that I am having issues with is seting up a button to move all items from one grid to another.&#160; Below is the code for each button.&#160; I am using version 3.6.&#160; What happens (when the move down button is pushed)&#160;is that all but one of the items from the first grid is moved down to the second grid, with the addition of a blank row.&#160; When the move up is pushed, it moves all up including the blank row.&#160; Pushing the move down button again, moves all 6 rows and the extra blank row down.&#160;</p>
</p>
<p>Any ideas?</p>
<p>$(&#39;#campaign-moveup&#39;).click(function() {<br />&#160;&#160;&#160; var RowList;<br />RowList = $(&#8221;#grid2&#8243;).getRowData();<br />var Row;<br />for( Row in RowList )<br />{<br />&#160;$(&#8221;#grid1&#8243;).addRowData(Row,$(&#8221;#grid2&#8243;).getRowData(Row));<br />&#160;$(&#8221;#grid2&#8243;).delRowData(Row);<br />}<br />})<br />$(&#39;#campaign-movedown&#39;).click(function() {<br />&#160;&#160;&#160; var RowList;<br />RowList = $(&#8221;#grid1&#8243;).getRowData();<br />var Row;<br />for( Row in RowList )<br />{<br />&#160;$(&#8221;#grid2&#8243;).addRowData(Row,$(&#8221;#grid1&#8243;).getRowData(Row));<br />&#160;$(&#8221;#grid1&#8243;).delRowData(Row);<br />}<br />})</p>
]]></description>
        	        	<pubDate>Thu, 19 Nov 2009 15:50:48 +0200</pubDate>
        </item>
</channel>
</rss>