Combine the values of data columns with your own text or html code for a specific column
Data fields must be enclosed in a pair of # -characters
Example.
Make a hyperlink to another aspx displaying two data fields, FIRSTNAME LASTNAME and using the datafield ID in the href
[Visual Basic] SetGridFreeFormatCellByCol(3,"<a href=""userdetail.aspx?ID=#ID#"">#FIRSTNAME# #SURNAME#<a>")
AxpDataGrid Class | Axezz.WebControls Namespace