1. Set the control name of the grid.
2. On the column name where you want to display the image, set the Text Property of the column heading as follows.
<control name>:<grid control name>.ColumnsArea:template=WebImageGrid:<column heading text>
Example:
ProductImage:GridP.ColumnsArea:template=WebImageGrid:Product Image
Note:
- The value of the field must be the path of the image that must exist in the images folder of your web project.
- You can use the "CellNullNoImage" define to hide the image for fields with null values.