1. Set the control name of the grid.
2. For the column where you need the information from, you will need to set the column to visible but set the width to 0 and set the control name of the column.
<controlname>:<column text>
For example: ProductColor:Product Color
3. In the column where you want the image and text displayed on the same cell, you will need to set the control name of column heading as follows.
<controlname>:<grid control name>.ColumnsArea:template=TextImageCell:cellinfo=<column control name where you want to extract the data from>:<column text>
For example:
ProductDescription:GridP.ColumnsArea:template=TextImageCell:cellinfo=GridPProductColor:Product Color