<?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: WPF DataGrid &#8211; Committing changes cell-by-cell</title>
	<atom:link href="http://www.scottlogic.co.uk/blog/colin/2009/01/wpf-datagrid-committing-changes-cell-by-cell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottlogic.co.uk/blog/colin/2009/01/wpf-datagrid-committing-changes-cell-by-cell/</link>
	<description>Colin Eberhardt&#039;s Adventures in WPF</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:51:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: navigato</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/01/wpf-datagrid-committing-changes-cell-by-cell/comment-page-1/#comment-7818</link>
		<dc:creator>navigato</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpfadventures.wordpress.com/?p=38#comment-7818</guid>
		<description>Hi Colin,

my &quot;rowdata&quot; is not derived from DataRowView Class and for that reason I always get &quot;null&quot; for rowView out of 
DataRowView rowView = e.Row.Item as DataRowView;
And I&#039;m not the only one with this problem as you can see here:
http://social.msdn.microsoft.com/Forums/en/wpf/thread/c9a80fe6-cfca-4f5f-81d0-76c1ea3afa51
Do you think there is a possibility to get a solution as simple as your one for the problem? Would be great to get an answer.

Michael</description>
		<content:encoded><![CDATA[<p>Hi Colin,</p>
<p>my &#8220;rowdata&#8221; is not derived from DataRowView Class and for that reason I always get &#8220;null&#8221; for rowView out of<br />
DataRowView rowView = e.Row.Item as DataRowView;<br />
And I&#8217;m not the only one with this problem as you can see here:<br />
<a href="http://social.msdn.microsoft.com/Forums/en/wpf/thread/c9a80fe6-cfca-4f5f-81d0-76c1ea3afa51" rel="nofollow">http://social.msdn.microsoft.com/Forums/en/wpf/thread/c9a80fe6-cfca-4f5f-81d0-76c1ea3afa51</a><br />
Do you think there is a possibility to get a solution as simple as your one for the problem? Would be great to get an answer.</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Eberhardt</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/01/wpf-datagrid-committing-changes-cell-by-cell/comment-page-1/#comment-6615</link>
		<dc:creator>Colin Eberhardt</dc:creator>
		<pubDate>Wed, 16 Dec 2009 13:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpfadventures.wordpress.com/?p=38#comment-6615</guid>
		<description>Glad to hear that it helped you :-)

Colin E.</description>
		<content:encoded><![CDATA[<p>Glad to hear that it helped you <img src='http://www.scottlogic.co.uk/blog/colin/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Colin E.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman Naqvi</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/01/wpf-datagrid-committing-changes-cell-by-cell/comment-page-1/#comment-6611</link>
		<dc:creator>Salman Naqvi</dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://wpfadventures.wordpress.com/?p=38#comment-6611</guid>
		<description>Dude thanks a lot. You are a life saver, I was facing the same problem as Simon, but now all is fine Thank you!!! :)</description>
		<content:encoded><![CDATA[<p>Dude thanks a lot. You are a life saver, I was facing the same problem as Simon, but now all is fine Thank you!!! <img src='http://www.scottlogic.co.uk/blog/colin/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/01/wpf-datagrid-committing-changes-cell-by-cell/comment-page-1/#comment-6462</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 10 Dec 2009 09:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://wpfadventures.wordpress.com/?p=38#comment-6462</guid>
		<description>Wow, you absolute legend! I had been struggling with this problem for days. I just couldn&#039;t get understand why the changes made in my DataGrid were not being saved. Thank You! Thank You!</description>
		<content:encoded><![CDATA[<p>Wow, you absolute legend! I had been struggling with this problem for days. I just couldn&#8217;t get understand why the changes made in my DataGrid were not being saved. Thank You! Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/01/wpf-datagrid-committing-changes-cell-by-cell/comment-page-1/#comment-1224</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 17 May 2009 23:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://wpfadventures.wordpress.com/?p=38#comment-1224</guid>
		<description>Thanks, Colin, you just helped me fix something that had been giving me fits for a while. Nice work!</description>
		<content:encoded><![CDATA[<p>Thanks, Colin, you just helped me fix something that had been giving me fits for a while. Nice work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
