How to add image in every column of the list/grid

0
Hi   How to add image in every column of the list/grid  what need to be done in he domain model to create the column for image (to save or review).  
asked
2 answers
0
  1. image (1).png
  2. as document column is shown here
answered
0

You need to have an association between the entity you are showing in your list and an Image. Then add inside the list view a data view that follows this associations and put your image here

ImageViwer

answered