AxpDataGrid

AxpDataGrid.GridTDTag Property

HTML attributes for the data cells (TD cells) of Grid rows.

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

Property Value

HTML attributes for the data cells (TD cells) of Grid rows.

Remarks

It is possible to include data field values.
Enclose column name in double set of #'s (e.g. ##CUSTOMERID##).

See Also

AxpDataGrid Class | Axezz.WebControls Namespace