<?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: Enter Key in DataGridView</title>
	<atom:link href="http://www.csharp411.com/enter-key-in-datagridview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/enter-key-in-datagridview/</link>
	<description>C# Information, Code, Tips and News</description>
	<lastBuildDate>Sat, 13 Mar 2010 00:13:45 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: timm</title>
		<link>http://www.csharp411.com/enter-key-in-datagridview/comment-page-1/#comment-5205</link>
		<dc:creator>timm</dc:creator>
		<pubDate>Sun, 05 Jul 2009 14:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/enter-key-in-datagridview/#comment-5205</guid>
		<description>Swaroop, there are two ways to use a derived DataGridView control:

1. You can add your derived DataGridView to the Toolbox, then drag and drop your derived object onto your Design view.

2. You can edit the designer-generated code directly and replace the DataGridView class name with your derived class name.  Note that this must be done in two places: the object definition, and the statement that creates the object.</description>
		<content:encoded><![CDATA[<p>Swaroop, there are two ways to use a derived DataGridView control:</p>
<p>1. You can add your derived DataGridView to the Toolbox, then drag and drop your derived object onto your Design view.</p>
<p>2. You can edit the designer-generated code directly and replace the DataGridView class name with your derived class name.  Note that this must be done in two places: the object definition, and the statement that creates the object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swaroop bhave</title>
		<link>http://www.csharp411.com/enter-key-in-datagridview/comment-page-1/#comment-5197</link>
		<dc:creator>swaroop bhave</dc:creator>
		<pubDate>Sun, 05 Jul 2009 04:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/enter-key-in-datagridview/#comment-5197</guid>
		<description>thanx for the above mentioned code, 
but just being a new programmer, 
please clearify my doubt :
even if i derive a new class grid,
how can we use that class in our code,
what i mean is datagridview is a control,so 
dont we have to work with the same object,say dtg1 ?
and when we will press enter key in dtg1,how overriden method from grid class will get called??

i know i might be asking a childish one,
but just want to clear my concept,please reply</description>
		<content:encoded><![CDATA[<p>thanx for the above mentioned code,<br />
but just being a new programmer,<br />
please clearify my doubt :<br />
even if i derive a new class grid,<br />
how can we use that class in our code,<br />
what i mean is datagridview is a control,so<br />
dont we have to work with the same object,say dtg1 ?<br />
and when we will press enter key in dtg1,how overriden method from grid class will get called??</p>
<p>i know i might be asking a childish one,<br />
but just want to clear my concept,please reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ingmar</title>
		<link>http://www.csharp411.com/enter-key-in-datagridview/comment-page-1/#comment-4597</link>
		<dc:creator>ingmar</dc:creator>
		<pubDate>Tue, 12 May 2009 15:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/enter-key-in-datagridview/#comment-4597</guid>
		<description>me too :)</description>
		<content:encoded><![CDATA[<p>me too <img src='http://www.csharp411.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isaac</title>
		<link>http://www.csharp411.com/enter-key-in-datagridview/comment-page-1/#comment-2827</link>
		<dc:creator>isaac</dc:creator>
		<pubDate>Tue, 26 Aug 2008 23:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/enter-key-in-datagridview/#comment-2827</guid>
		<description>i have search this solution couple of hours. Am really happy to find this solution. thanks</description>
		<content:encoded><![CDATA[<p>i have search this solution couple of hours. Am really happy to find this solution. thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
