How to Display an Image in a Grid Cell

How to Display an Image in a Grid Cell

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: 
  1. The value of the field must be the path of the image that must exist in the images folder of your web project.
  2. You can use the "CellNullNoImage" define to hide the image for fields with null values.