The GridFreeFormatCell and (Set)GridFreeFormatCellByCol allows combining the values of data columns with your own text or html code.
(column number),(cell content),(column number),(cell content),....
See also the SetGridFreeFormatCellByCol method
(cell content) : legal HTML code or text. Data fields must be enclosed in a pair of # -characters
Example. Make a hyperlink to another aspx file displaying two data fields; FIRSTNAME LASTNAME and using the datafield ID in the href
[Visual Basic] GridFreeFormatCell ="3,<a href=""userdetail.aspx?ID=#ID#"">#FIRSTNAME# #LASTNAME#<a>"
AxpDataGrid Class | Axezz.WebControls Namespace