AxpDataGrid

AxpDataGrid.GridTRTag Property

HTML attributes for the Grid data rows (TR tag).

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

Property Value

HTML attributes for the Grid data rows (TR tag).

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