 




<?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: Data binding to an index property of a collection using WPF</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/data-binding-to-an-index-property-of-a-collection-using-wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/data-binding-to-an-index-property-of-a-collection-using-wpf/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: brentsheets</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/data-binding-to-an-index-property-of-a-collection-using-wpf/#comment-55457</link>
		<dc:creator>brentsheets</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:08:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-55457</guid>
		<description><![CDATA[Just a note to other members interested in Windows Presentation Foundation - fellow member Mark Shurmer has an ITKE blog dedicated to WPF, called &lt;a href=&quot;http://itknowledgeexchange.techtarget.com/wpf/&quot;&gt;WPF Reflections&lt;/a&gt;. Mark has been blogging with us for 10 months now and you&#039;ll find a ton of helpful WPF content on his blog. Thanks.]]></description>
		<content:encoded><![CDATA[<p>Just a note to other members interested in Windows Presentation Foundation &#8211; fellow member Mark Shurmer has an ITKE blog dedicated to WPF, called <a href="http://itknowledgeexchange.techtarget.com/wpf/">WPF Reflections</a>. Mark has been blogging with us for 10 months now and you&#8217;ll find a ton of helpful WPF content on his blog. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boon3333</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/data-binding-to-an-index-property-of-a-collection-using-wpf/#comment-55440</link>
		<dc:creator>boon3333</dc:creator>
		<pubDate>Sun, 03 Aug 2008 14:22:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-55440</guid>
		<description><![CDATA[Sorry, there is a typo error on the above.The statement

string a = ((IDataErrorInfo)this)[&quot;[&quot;+key+&quot;&gt;&quot;&gt;;

should be 

string a = ((IDataErrorInfo)this)[&quot;[&quot;+key+&quot;&gt;&quot;&gt;;

We have try to use also 

string a = ((IDataErrorInfo)this)[key];

But still does not work properly]]></description>
		<content:encoded><![CDATA[<p>Sorry, there is a typo error on the above.The statement</p>
<p>string a = ((IDataErrorInfo)this)["["+key+"&gt;"&gt;;</p>
<p>should be </p>
<p>string a = ((IDataErrorInfo)this)["["+key+">">;</p>
<p>We have try to use also </p>
<p>string a = ((IDataErrorInfo)this)[key];</p>
<p>But still does not work properly</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.013 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 09:28:04 -->