AxpDataGrid

AxpDataGrid.GridFreeFormatCell Property

The GridFreeFormatCell and (Set)GridFreeFormatCellByCol allows combining the values of data columns with your own text or html code.

[Visual Basic]
Public Property GridFreeFormatCell As String
[C#]
public string GridFreeFormatCell {get; set;}

Property Value

(column number),(cell content),(column number),(cell content),....

Remarks

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>"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace