Click here to Skip to main content
15,890,741 members
Articles / Programming Languages / C#

Silverlight 2.0 – How to use a {Binding} to dynamically change the background colour of an individual DataGrid row

5 May 2009CPOL 29.5K   10   10
The System.Windows.Controls.Data assembly contains the DataGrid control.  You can use it to display tabular data in your Silverlight 2.0 applications.  While it handles the basics well, it’s still an early release and lacks obvious support for some of the most apparently simple tasks such as settin
We're sorry, but the article you are trying to view was deleted at 10 Mar 2014.

Please go to the C# Table of Contents to view the list of available articles in this section.