This question is locked. New answers and comments are not allowed.
I have a column defined as a GridViewImageColumn. The data I am returning back is a status flag. I want to show an image depending on the flag (1= information image, 2=warning image, 3=error image,). Does anyone have an example using xaml and or code behind?