how to display Image in datagrid for particular column

0
 In the PO state instead of displaying Active of Inactive i need to display image , RED circle and green circle  
asked
1 answers
2

Make the type of your attribute an enumeration. Make sure that the enumeration has images. In the datagrid set the property of the column PO State to show the image instead of text.

Also, check out my MarketPlace module Pretty Enumerations. This provides several examples.

answered