AxpDataGrid

AxpDataGrid.GridFreeFormatCellColumnDelimiter Property

The string used to denote data column names in the property GridFreeFormatCell can be set manually. This is useful if a cell contains javascript functions calls with several parameters. The Default Delimiter is ',' (a comma). Alternatively (recommended), use the SetGridFreeFormatCellByCol method.

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

Remarks

The Default Delimiter is ',' (a comma).

See Also

AxpDataGrid Class | Axezz.WebControls Namespace