<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: DataGridView DataBound Copy, Paste, Drag, Drop</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Sat, 06 Mar 2010 13:53:30 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aditya</title>
		<link>http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/comment-page-1/#comment-30960</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Fri, 20 Mar 2009 10:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/#comment-30960</guid>
		<description>This is very good and working fine but I have a small problem with the below code.

     dataGridView1[col + i, row].Value =

                                    Convert.ChangeType(cells[i], dataGridView1[col + i, row].ValueType);

If the type of column is nullable i.e., decimal? or byte? then valuetype returns &quot;Nullable&quot; type but not the underlying decimal or byte which is resulting in exceptions. Is there any work around for nullable fields?</description>
		<content:encoded><![CDATA[<p>This is very good and working fine but I have a small problem with the below code.</p>
<p>     dataGridView1[col + i, row].Value =</p>
<p>                                    Convert.ChangeType(cells[i], dataGridView1[col + i, row].ValueType);</p>
<p>If the type of column is nullable i.e., decimal? or byte? then valuetype returns &#8220;Nullable&#8221; type but not the underlying decimal or byte which is resulting in exceptions. Is there any work around for nullable fields?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/comment-page-1/#comment-30381</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/#comment-30381</guid>
		<description>I encapsulated the code for dragging and dropping between DataGridView&#039;s into a control.  I saw a lot of code, but no control that was pre-built.

It is available at...

www.codeplex.com/dragdropgrid</description>
		<content:encoded><![CDATA[<p>I encapsulated the code for dragging and dropping between DataGridView&#8217;s into a control.  I saw a lot of code, but no control that was pre-built.</p>
<p>It is available at&#8230;</p>
<p><a href="http://www.codeplex.com/dragdropgrid" rel="nofollow">http://www.codeplex.com/dragdropgrid</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrwren</title>
		<link>http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/comment-page-1/#comment-29871</link>
		<dc:creator>jrwren</dc:creator>
		<pubDate>Tue, 09 Oct 2007 21:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/#comment-29871</guid>
		<description>I think you can continue to hold CTRL when you drag.

I am unsure because in my use case I have multiselect disabled for to DGV</description>
		<content:encoded><![CDATA[<p>I think you can continue to hold CTRL when you drag.</p>
<p>I am unsure because in my use case I have multiselect disabled for to DGV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Lasseter</title>
		<link>http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/comment-page-1/#comment-29870</link>
		<dc:creator>Mike Lasseter</dc:creator>
		<pubDate>Tue, 09 Oct 2007 21:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2007/09/08/datagridview-databound-copy-paste-drag-drop/#comment-29870</guid>
		<description>This works great except I have one problem.  If select multiple rows and then click the selection to drag the rows to their destination.  The MouseDown event has been processed and the only row that is selected is the row I clicked to drag.  Is there a way to suppress the MouseDown event from selecting the clicked row when I want to drag the selection?</description>
		<content:encoded><![CDATA[<p>This works great except I have one problem.  If select multiple rows and then click the selection to drag the rows to their destination.  The MouseDown event has been processed and the only row that is selected is the row I clicked to drag.  Is there a way to suppress the MouseDown event from selecting the clicked row when I want to drag the selection?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
