How to display an image in a grid in Version 2
The column CategoryID is used as basis to construct a std Html image tag.
The image files are named Category1.gif .. Category8.gif
In the grid's Load event:
C#
AxpDataGrid1.GridColumns["CategoryID"].FreeFormatCell = "<img src=\"Category#CategoryID#.gif\">";
Visual Basic
AxpDataGrid1.GridColumns("CategoryID").FreeFormatCell = "<img src=""Category#CategoryID#.gif"">"
Source Code
For a similar example,
Download version 2 and go to Sample 18