Mahesh Sabnis explains how to display images in
Silverlight DataGrid using
IValueConverter.
Source: Dot Net Curry
Silverlight 4 being a technology for Line-Of-Business (LOB) application has provided lots of features to developers. One of them is implementing value converters. In a Proof Of Concept (POC) assignment recently, I came across a requirement for displaying images in Silverlight DataGrid. I used IValueConverter for this requirement. In this article, I have also used a WCF service which reads images from the Database and returns a Byte array. This service is consumed by the Silverlight application, where a converter is implemented.