<?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: Implementing Master/Detail for Custom Objects with DataGridViewComboBoxColumns</title>
	<atom:link href="http://www.timvw.be/implementing-masterdetail-for-custom-objects-with-datagridviewcomboboxcolumns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timvw.be/implementing-masterdetail-for-custom-objects-with-datagridviewcomboboxcolumns/</link>
	<description>The journey of a thousand miles begins with one step.</description>
	<lastBuildDate>Fri, 02 Jul 2010 13:49:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ali</title>
		<link>http://www.timvw.be/implementing-masterdetail-for-custom-objects-with-datagridviewcomboboxcolumns/comment-page-1/#comment-50862</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Mon, 13 Oct 2008 20:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.timvw.be/implementing-masterdetail-for-custom-objects-with-datagridviewcomboboxcolumns/#comment-50862</guid>
		<description>hi 
how use this code in vb.net with dataset 
please help me</description>
		<content:encoded><![CDATA[<p>hi<br />
how use this code in vb.net with dataset<br />
please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: begc</title>
		<link>http://www.timvw.be/implementing-masterdetail-for-custom-objects-with-datagridviewcomboboxcolumns/comment-page-1/#comment-16563</link>
		<dc:creator>begc</dc:creator>
		<pubDate>Sun, 23 Sep 2007 09:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.timvw.be/implementing-masterdetail-for-custom-objects-with-datagridviewcomboboxcolumns/#comment-16563</guid>
		<description>Hi Tim,
It is very good code, but it is not working when tried it with my classes. It shows error like Formatting/Displaying. Why? 
Could you please help me.</description>
		<content:encoded><![CDATA[<p>Hi Tim,<br />
It is very good code, but it is not working when tried it with my classes. It shows error like Formatting/Displaying. Why?<br />
Could you please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.timvw.be/implementing-masterdetail-for-custom-objects-with-datagridviewcomboboxcolumns/comment-page-1/#comment-12</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 08 Nov 2006 01:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.timvw.be/implementing-masterdetail-for-custom-objects-with-datagridviewcomboboxcolumns/#comment-12</guid>
		<description>works good, very unique approach! never realized you could have items in the cell that were different from the combobox.

in the Form constructor add
   this.Column1.ValueMember = &quot;Id&quot;;

and in 
private void dataGridView1_EditingControlShowing
replace
  int parentId = ( (Parent)currentCellValue ).Id;
with
  int parentId = (int)currentCellValue;</description>
		<content:encoded><![CDATA[<p>works good, very unique approach! never realized you could have items in the cell that were different from the combobox.</p>
<p>in the Form constructor add<br />
   this.Column1.ValueMember = &#8220;Id&#8221;;</p>
<p>and in<br />
private void dataGridView1_EditingControlShowing<br />
replace<br />
  int parentId = ( (Parent)currentCellValue ).Id;<br />
with<br />
  int parentId = (int)currentCellValue;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
