Software for fun and profit
Jonathan Wax
DataGrid
How to set Foreground of DataGrid Column with ValueConverter
If you need to change the Foreground (Color) of a DataGrid Column based on its value you will probably encounter a problem when you try to bind your DataGridTextColumn.Foreground property to a ValueConverter. I’ll show you how we do it and hopefully save you an hour or two. Tools used? Visual Studio 2010 Silverlight 4 [...]
Tags: DataGrid, Silverlight
Posted in Uncategorized | No Comments »
WCF RIA Services, DataGrid Filters NO DomainDataSource
So many of the Silverlight samples use minimal code in an attempt to use controls, binding and commanding techniques to create application by just using markup. Although these techniques are cool and may be great for rapid prototyping of an application, our team prefers to write code that gives us access to the details [...]
Tags: DataGrid, Filter, No DomainDataSource, Silverlight, WCF RIA
Posted in Uncategorized | No Comments »


