<?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: Binding a Silverlight DataGrid to dynamic data via IDictionary</title>
	<atom:link href="http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/</link>
	<description>Colin Eberhardt&#039;s Adventures in .NET</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:02:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Prakash</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/#comment-95598</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Mon, 26 Dec 2011 10:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=251#comment-95598</guid>
		<description>Colin,
Can you please give me a hint how dynamic data binding can be done for Textbox, Combobox etc. I&#039;m able to bind using indexers of type string. But the issue is it is not working in TwoWay.
For eg. 







FieldShell is a dictionary of Dynamic objects.
Any new value from View is binding to ViewModel&#039;s FieldShell, but when I update Viewmodel, not getting reflected in View.</description>
		<content:encoded><![CDATA[<p>Colin,<br />
Can you please give me a hint how dynamic data binding can be done for Textbox, Combobox etc. I&#8217;m able to bind using indexers of type string. But the issue is it is not working in TwoWay.<br />
For eg. </p>
<p>FieldShell is a dictionary of Dynamic objects.<br />
Any new value from View is binding to ViewModel&#8217;s FieldShell, but when I update Viewmodel, not getting reflected in View.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Thompson</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/#comment-73065</link>
		<dc:creator>Philip Thompson</dc:creator>
		<pubDate>Thu, 18 Aug 2011 12:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=251#comment-73065</guid>
		<description>Great post.</description>
		<content:encoded><![CDATA[<p>Great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buck</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/#comment-45374</link>
		<dc:creator>Buck</dc:creator>
		<pubDate>Wed, 09 Mar 2011 22:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=251#comment-45374</guid>
		<description>Thanks for the quick reply.  I will look into string indexers.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply.  I will look into string indexers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Eberhardt</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/#comment-45313</link>
		<dc:creator>Colin Eberhardt</dc:creator>
		<pubDate>Wed, 09 Mar 2011 11:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=251#comment-45313</guid>
		<description>Hi Buck,

Silverlight 4 now supports binding to string indexers, e.g. {Binding Path=[Age]}, this makes my solution redundant, so I would recommend using that now.</description>
		<content:encoded><![CDATA[<p>Hi Buck,</p>
<p>Silverlight 4 now supports binding to string indexers, e.g. {Binding Path=[Age]}, this makes my solution redundant, so I would recommend using that now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buck</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/#comment-45199</link>
		<dc:creator>Buck</dc:creator>
		<pubDate>Wed, 09 Mar 2011 00:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=251#comment-45199</guid>
		<description>Great post!  Really helpful.

When there are just two rows of data, and I sort the data differently than its initial state, one of the rows does not allow edits.  It behaves as though it doesn&#039;t go into edit mode.  Have you seen this?  I have a simple code example I can provide.</description>
		<content:encoded><![CDATA[<p>Great post!  Really helpful.</p>
<p>When there are just two rows of data, and I sort the data differently than its initial state, one of the rows does not allow edits.  It behaves as though it doesn&#8217;t go into edit mode.  Have you seen this?  I have a simple code example I can provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Eberhardt</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/#comment-37042</link>
		<dc:creator>Colin Eberhardt</dc:creator>
		<pubDate>Sun, 23 Jan 2011 06:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=251#comment-37042</guid>
		<description>Ashok - I am not sure what your problem is, I have a few examples on my blog with dynamic rows and columns:

http://www.scottlogic.co.uk/blog/colin/2010/03/binding-a-silverlight-3-datagrid-to-dynamic-data-via-idictionary-updated/

Regards, Colin E.</description>
		<content:encoded><![CDATA[<p>Ashok &#8211; I am not sure what your problem is, I have a few examples on my blog with dynamic rows and columns:</p>
<p><a href="http://www.scottlogic.co.uk/blog/colin/2010/03/binding-a-silverlight-3-datagrid-to-dynamic-data-via-idictionary-updated/" rel="nofollow">http://www.scottlogic.co.uk/blog/colin/2010/03/binding-a-silverlight-3-datagrid-to-dynamic-data-via-idictionary-updated/</a></p>
<p>Regards, Colin E.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/#comment-36706</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Fri, 21 Jan 2011 12:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=251#comment-36706</guid>
		<description>Hi,

I tried the same code in my Application it works fine but I cannot display the columns Dynamically.
If I create the dynamic display of columns then I am not able to display the rows.

So How can I Solve the problem of getting Dynamic columns and Dynamic rows as well ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried the same code in my Application it works fine but I cannot display the columns Dynamically.<br />
If I create the dynamic display of columns then I am not able to display the rows.</p>
<p>So How can I Solve the problem of getting Dynamic columns and Dynamic rows as well ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/04/binding-a-silverlight-datagrid-to-dynamic-data-via-idictionary/#comment-31021</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 19 Dec 2010 00:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=251#comment-31021</guid>
		<description>Have you clicked on a column header? it does not work. You&#039;ve wrapped with returned exception....!!!</description>
		<content:encoded><![CDATA[<p>Have you clicked on a column header? it does not work. You&#8217;ve wrapped with returned exception&#8230;.!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

