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?
↧