Show Enumeration image inside a template grid

0
Currently I have multiple values stored inside an enumeration. These values all have an image file connected to them. This enumeration is a attribute of an entity.  I want to show all the records of this entity inside a template grid. Per record I want to show the image file that is associated with the enumeration but I cannot seem to find out how. Does anyone know how I can do this?  
asked
2 answers
2

Enum toggle widget is a great option. The low level solution would be to add all five images to the page and then show the correct one using conditional visibility. The latter option is especially usefull, if you have css images (glyphicons etc), which the enum toggle does not cover AFAIK.

-Andrej

answered
3

I always use the Enum toggle widget for this purpose:

https://appstore.home.mendix.com/link/app/346/

answered