Boolean values as icons in a data grid

0
Hi all,   I am using a data grid to display entries of an entity. One of the entity attributes is a boolean. The boolean value is depicted as True/False in the data grid.   Is there a quick way to exchange true/false text with for example green and red icons?   Best regards   Jakob 
asked
1 answers
5

Hi Jacob,

You can replace the boolean with an enumeration with values Yes/No. When you have added images on the enumeration values you can select an enumaration format (image) on the data grid. Hope that works.

 

 

answered