<?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 for &lt; web:Blog x:Name=&quot;Brian Lagunas&quot; &#47;&gt;</title>
	<atom:link href="http://www.brianlagunas.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianlagunas.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 Jul 2010 17:01:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Silverlight DataGrid &#8211; Populate Dynamic Columns from a Child Collection by Brian Lagunas</title>
		<link>http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/comment-page-1/#comment-78</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Fri, 16 Jul 2010 17:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/#comment-78</guid>
		<description>Check out this thread, it may help you with your problem.

http://forums.silverlight.net/forums/p/93093/295874.aspx</description>
		<content:encoded><![CDATA[<p>Check out this thread, it may help you with your problem.</p>
<p><a href="http://forums.silverlight.net/forums/p/93093/295874.aspx" rel="nofollow">http://forums.silverlight.net/forums/p/93093/295874.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight DataGrid &#8211; Populate Dynamic Columns from a Child Collection by Ari Weinberger</title>
		<link>http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/comment-page-1/#comment-77</link>
		<dc:creator>Ari Weinberger</dc:creator>
		<pubDate>Fri, 16 Jul 2010 15:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/#comment-77</guid>
		<description>I hit another brick wall. I need the grid to be editable.
If I use a value converter, I don&#039;t have a reference to the original EntityCollection on ConvertBack.
:(</description>
		<content:encoded><![CDATA[<p>I hit another brick wall. I need the grid to be editable.<br />
If I use a value converter, I don&#8217;t have a reference to the original EntityCollection on ConvertBack.<br />
 <img src='http://www.brianlagunas.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight DataGrid &#8211; Populate Dynamic Columns from a Child Collection by Ari Weinberger</title>
		<link>http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/comment-page-1/#comment-76</link>
		<dc:creator>Ari Weinberger</dc:creator>
		<pubDate>Thu, 15 Jul 2010 17:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/#comment-76</guid>
		<description>Thanks for the value converter suggestion. It works great!

Thanks again for your help!</description>
		<content:encoded><![CDATA[<p>Thanks for the value converter suggestion. It works great!</p>
<p>Thanks again for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight DataGrid &#8211; Populate Dynamic Columns from a Child Collection by Brian Lagunas</title>
		<link>http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/comment-page-1/#comment-75</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 15 Jul 2010 16:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/#comment-75</guid>
		<description>Without having your code available it is difficult to help.  You could try binding to the object and then using a value converter to get the desired result.

Happy coding.</description>
		<content:encoded><![CDATA[<p>Without having your code available it is difficult to help.  You could try binding to the object and then using a value converter to get the desired result.</p>
<p>Happy coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight DataGrid &#8211; Populate Dynamic Columns from a Child Collection by Ari Weinberger</title>
		<link>http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/comment-page-1/#comment-74</link>
		<dc:creator>Ari Weinberger</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/#comment-74</guid>
		<description>Thanks for your reply. I tried the following, but it&#039;s not valid syntax.
I tried both [] and () for the index. () throws an error, while [] doesn&#039;t work.
What am I doing wrong?

Thanks again.


dg.Columns.Add(New DataGridTextColumn With {
        .Binding= New Binding(&quot;Periods.ElementAt[0].Hours&quot;)})</description>
		<content:encoded><![CDATA[<p>Thanks for your reply. I tried the following, but it&#8217;s not valid syntax.<br />
I tried both [] and () for the index. () throws an error, while [] doesn&#8217;t work.<br />
What am I doing wrong?</p>
<p>Thanks again.</p>
<p>dg.Columns.Add(New DataGridTextColumn With {<br />
        .Binding= New Binding(&#8220;Periods.ElementAt[0].Hours&#8221;)})</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight DataGrid &#8211; Populate Dynamic Columns from a Child Collection by Brian Lagunas</title>
		<link>http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/comment-page-1/#comment-73</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/#comment-73</guid>
		<description>That is because you cannot apply [] indexing to an EntityCollection. You could try using ElementAt(index).</description>
		<content:encoded><![CDATA[<p>That is because you cannot apply [] indexing to an EntityCollection. You could try using ElementAt(index).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight DataGrid &#8211; Populate Dynamic Columns from a Child Collection by Ari Weinberger</title>
		<link>http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/comment-page-1/#comment-71</link>
		<dc:creator>Ari Weinberger</dc:creator>
		<pubDate>Thu, 15 Jul 2010 05:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/03/08/silverlight-datagrid-populate-dynamic-columns-from-a-child-collection/#comment-71</guid>
		<description>Hi, I tried to implement this with WCF RIA Services that returns an entity with an EntityCollection as one of its properties (the entity is associated with another in a one to many relationship).
The indexer doesn&#039;t seem to work in this case.
If I bind to the .Count, I get the number of items in the collection, so the data is there.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi, I tried to implement this with WCF RIA Services that returns an entity with an EntityCollection as one of its properties (the entity is associated with another in a one to many relationship).<br />
The indexer doesn&#8217;t seem to work in this case.<br />
If I bind to the .Count, I get the number of items in the collection, so the data is there.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Communicating Between Silverlight Applications by JC</title>
		<link>http://www.brianlagunas.com/index.php/2010/05/01/communicating-between-silverlight-applications/comment-page-1/#comment-68</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Thu, 10 Jun 2010 15:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/05/01/communicating-between-silverlight-applications/#comment-68</guid>
		<description>I got it.  It must had been some network issues.</description>
		<content:encoded><![CDATA[<p>I got it.  It must had been some network issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Communicating Between Silverlight Applications by JC</title>
		<link>http://www.brianlagunas.com/index.php/2010/05/01/communicating-between-silverlight-applications/comment-page-1/#comment-67</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Thu, 10 Jun 2010 15:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/05/01/communicating-between-silverlight-applications/#comment-67</guid>
		<description>I couldn&#039;t download the source.  Seems like the zip file is not available.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t download the source.  Seems like the zip file is not available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight 4: Implicit Themes and a Sneak Peek by New Silverlight 4 Application Themes Released &#171; &#60; web:Blog x:Name=&#34;Brian Lagunas&#34; /&#62;</title>
		<link>http://www.brianlagunas.com/index.php/2010/03/12/silverlight-4-implicit-themes-and-a-sneak-peek/comment-page-1/#comment-63</link>
		<dc:creator>New Silverlight 4 Application Themes Released &#171; &#60; web:Blog x:Name=&#34;Brian Lagunas&#34; /&#62;</dc:creator>
		<pubDate>Thu, 20 May 2010 02:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlagunas.com/index.php/2010/03/12/silverlight-4-implicit-themes-and-a-sneak-peek/#comment-63</guid>
		<description>[...] in march I gave you guys a sneak peak at some Silverlight application themes.&#160; Well now they are here and ready for your consumption.&#160; These include the Accent Color, [...]</description>
		<content:encoded><![CDATA[<p>[...] in march I gave you guys a sneak peak at some Silverlight application themes.&#160; Well now they are here and ready for your consumption.&#160; These include the Accent Color, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
