<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>dragdropgrid Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/dragdropgrid/Wiki/View.aspx?title=Home</link><description>dragdropgrid Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dragdropgrid/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;DragDropGrid&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;I recently was asked to implement Drag and Drop functionality in a windows forms app, and I was suprised to find that no one has posted a complete control that you can just throw on a page and use.&lt;br /&gt; &lt;br /&gt;So I took some examples online, added in my own flavor, and created the DragDropGrid control.  Its ready to be used as is.&lt;br /&gt; &lt;br /&gt;The DragDropGrid will allow dragging and dropping of items between 2 grids of the same structure.  It also allows reordering of items within the grid.&lt;br /&gt; &lt;br /&gt;The &amp;quot;AllowDrop&amp;quot; flag must be turned on to accept a drop or reorder.&lt;br /&gt;The &amp;quot;AllowDrag&amp;quot; flag must be turned on to allow the drag operation to begin.&lt;br /&gt;The &amp;quot;AllowReorder&amp;quot; flag must be turned on to allow reordering of items within the same grid.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;New Release V 1.1 -  Now Supports DataBound DragDropGrids&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Dragging And Dropping between DragDropGrids with a BindingSource is now supported.  Violation of primary keys and constraints will result in no action and an underlying &amp;quot;First Chance Exception&amp;quot;.&lt;br /&gt; &lt;br /&gt;There is a new option in the properties window for DragType.  Move is the defaut.  This is a Cut/Paste.  There is also now a Copy selection which is the equivilant of Copy/Paste.&lt;br /&gt; &lt;br /&gt;THIS IS ONLY FOR 2.0 FRAMEWORK AND 2005.  IT WILL NOT WORK IN 2003.&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Wed, 30 Jan 2008 22:36:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080130103651P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dragdropgrid/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;DragDropGrid&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;I recently was asked to implement Drag and Drop functionality in a windows forms app, and I was suprised to find that no one has posted a complete control that you can just throw on a page and use.&lt;br /&gt; &lt;br /&gt;So I took some examples online, added in my own flavor, and created the DragDropGrid control.  Its ready to be used as is.&lt;br /&gt; &lt;br /&gt;The DragDropGrid will allow dragging and dropping of items between 2 grids of the same structure.  It also allows reordering of items within the grid.&lt;br /&gt; &lt;br /&gt;The &amp;quot;AllowDrop&amp;quot; flag must be turned on to accept a drop or reorder.&lt;br /&gt;The &amp;quot;AllowDrag&amp;quot; flag must be turned on to allow the drag operation to begin.&lt;br /&gt;The &amp;quot;AllowReorder&amp;quot; flag must be turned on to allow reordering of items within the same grid.&lt;br /&gt; &lt;br /&gt;THIS IS ONLY FOR 2.0 FRAMEWORK AND 2005.  IT WILL NOT WORK IN 2003.&lt;br /&gt; &lt;br /&gt;THIS VERSION DOES NOT WORK WITH DATABINDING.  YOU MUST MANUALLY POPULATE THE GRID.  VERSION 1.1 IS COMING SOON WHICH WILL SUPPORT DATABINDING.&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Tue, 29 Jan 2008 23:11:47 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080129111147P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dragdropgrid/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;DragDropGrid&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;I recently was asked to implement Drag and Drop functionality in a windows forms app, and I was suprised to find that no one has posted a complete control that you can just throw on a page and use.&lt;br /&gt; &lt;br /&gt;So I took some examples online, added in my own flavor, and created the DragDropGrid control.  Its ready to be used as is.&lt;br /&gt; &lt;br /&gt;The DragDropGrid will allow dragging and dropping of items between 2 grids of the same structure.  It also allows reordering of items within the grid.&lt;br /&gt; &lt;br /&gt;The &amp;quot;AllowDrop&amp;quot; flag must be turned on to accept a drop or reorder.&lt;br /&gt;The &amp;quot;AllowDrag&amp;quot; flag must be turned on to allow the drag operation to begin.&lt;br /&gt;The &amp;quot;AllowReorder&amp;quot; flag must be turned on to allow reordering of items within the same grid.&lt;br /&gt; &lt;br /&gt;THIS IS ONLY FOR 2.0 FRAMEWORK AND 2005.  IT WILL NOT WORK IN 2003.&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Fri, 18 Jan 2008 21:49:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080118094948P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dragdropgrid/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;DragDropGrid&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;I recently was asked to implement Drag and Drop functionality in a windows forms app, and I was suprised to find that no one has posted a complete control that you can just throw on a page and use.&lt;br /&gt; &lt;br /&gt;So I took some examples online, added in my own flavor, and created the DragDropGrid control.  Its ready to be used as is.&lt;br /&gt; &lt;br /&gt;The DragDropGrid will allow dragging and dropping of items between 2 grids of the same structure.  It also allows reordering of items within the grid.&lt;br /&gt; &lt;br /&gt;The &amp;quot;AllowDrop&amp;quot; flag must be turned on to accept a drop or reorder.&lt;br /&gt;The &amp;quot;AllowDrag&amp;quot; flag must be turned on to allow the drag operation to begin.&lt;br /&gt;The &amp;quot;AllowReorder&amp;quot; flag must be turned on to allow reordering of items within the same grid.&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Fri, 18 Jan 2008 21:48:27 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080118094827P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dragdropgrid/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;DragDropGrid&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;I recently was asked to implement Drag and Drop functionality in a windows forms app, and I was suprised to find that no one has posted a complete control that you can just throw on a page and use.&lt;br /&gt; &lt;br /&gt;So I took some examples online, added in my own flavor, and created the DragDropGrid control.  Its ready to be used as is.&lt;br /&gt; &lt;br /&gt;The DragDropGrid will allow dragging and dropping of items between 2 grids of the same structure.  It also allows reordering of items within the grid.&lt;br /&gt; &lt;br /&gt;The &amp;quot;AllowDrop&amp;quot; flag must be turned on to accept a drop or reorder.&lt;br /&gt;The &amp;quot;AllowDrag&amp;quot; flag must be turned on to allow the drag operation to begin.&lt;br /&gt;The &amp;quot;AllowReorder&amp;quot; flag must be turned on to allow reordering of items within the same grid.&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Fri, 18 Jan 2008 21:42:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080118094201P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dragdropgrid/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;DragDropGrid&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Fri, 18 Jan 2008 21:19:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080118091908P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dragdropgrid/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;bold&lt;/b&gt;&lt;br /&gt;DragDropGrid&lt;br /&gt;
&lt;/div&gt;</description><author>burkeholland</author><pubDate>Fri, 18 Jan 2008 21:18:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080118091851P</guid></item></channel></rss>