<?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 control and the Enter key.</title>
	<atom:link href="http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:24:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-9943</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 18 Jan 2010 15:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-9943</guid>
		<description>I haven&#039;t done WinForms for a while, but my first guess would be that Hittesting is somehow disabled.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t done WinForms for a while, but my first guess would be that Hittesting is somehow disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olibara</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-9942</link>
		<dc:creator>olibara</dc:creator>
		<pubDate>Sat, 16 Jan 2010 17:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-9942</guid>
		<description>Hello 
Nice tip
However I&#039;ve just found that in one of My DGV no key event are working for key.Enter
That DGV contains ComBoBox column : can it be the problem M</description>
		<content:encoded><![CDATA[<p>Hello<br />
Nice tip<br />
However I&#8217;ve just found that in one of My DGV no key event are working for key.Enter<br />
That DGV contains ComBoBox column : can it be the problem M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Digvijay</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-9902</link>
		<dc:creator>Digvijay</dc:creator>
		<pubDate>Fri, 23 Oct 2009 10:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-9902</guid>
		<description>Hi Joel,

This was a nice tip!

Saved me some time - thanks for sharing!

/Dig</description>
		<content:encoded><![CDATA[<p>Hi Joel,</p>
<p>This was a nice tip!</p>
<p>Saved me some time &#8211; thanks for sharing!</p>
<p>/Dig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-9890</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-9890</guid>
		<description>Ok I just found it. I have to use the PreviewKeyDown event instead of KeyDown. Works perfectly.</description>
		<content:encoded><![CDATA[<p>Ok I just found it. I have to use the PreviewKeyDown event instead of KeyDown. Works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-9889</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-9889</guid>
		<description>Hi,

I have the same problem but I can&#039;t get this solution to work. The KeyDown event is not called when I press the Enter key... only go on KeyUp. Does anyone knows why?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have the same problem but I can&#8217;t get this solution to work. The KeyDown event is not called when I press the Enter key&#8230; only go on KeyUp. Does anyone knows why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanu</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-9876</link>
		<dc:creator>Tanu</dc:creator>
		<pubDate>Fri, 21 Aug 2009 09:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-9876</guid>
		<description>Thanks a lot. It actually caters to my problem with the right solution :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot. It actually caters to my problem with the right solution <img src='http://www.developingfor.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-1755</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 20 Oct 2008 19:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-1755</guid>
		<description>Hi Arif,

The method call here represents whatever action you want to occur when the Enter key is pressed.  Those implementation details are irrelevant to the particular task of getting the Enter key to function in the desired manner.

In the case of my software, it was used to test whether or not a Tab in a TabControl existed for that record: if it did, the screen navigated to that Tab, if not a new tab was created and then opened.  That behavior was defined in the &quot;RecordSelected()&quot; method.</description>
		<content:encoded><![CDATA[<p>Hi Arif,</p>
<p>The method call here represents whatever action you want to occur when the Enter key is pressed.  Those implementation details are irrelevant to the particular task of getting the Enter key to function in the desired manner.</p>
<p>In the case of my software, it was used to test whether or not a Tab in a TabControl existed for that record: if it did, the screen navigated to that Tab, if not a new tab was created and then opened.  That behavior was defined in the &#8220;RecordSelected()&#8221; method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-1725</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Sun, 19 Oct 2008 04:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-1725</guid>
		<description>But where is the RecordSelected() function</description>
		<content:encoded><![CDATA[<p>But where is the RecordSelected() function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave N</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-763</link>
		<dc:creator>Dave N</dc:creator>
		<pubDate>Sat, 30 Aug 2008 02:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-763</guid>
		<description>Very nice.  This is exactly what I was looking for -- it works!  Joel, thank you.</description>
		<content:encoded><![CDATA[<p>Very nice.  This is exactly what I was looking for &#8212; it works!  Joel, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.developingfor.net/c-20/datagridview-control-and-the-enter-key.html/comment-page-1#comment-476</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Thu, 24 Jul 2008 14:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/datagridview-control-and-the-enter-key.html#comment-476</guid>
		<description>That was the original problem I had, and the above code was the solution.  Could you post some of what you have for comparison? Also, this was written for 2.0: what version are you coding in?</description>
		<content:encoded><![CDATA[<p>That was the original problem I had, and the above code was the solution.  Could you post some of what you have for comparison? Also, this was written for 2.0: what version are you coding in?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
