AxpDataGrid

AxpDataGrid.GridTDOddTag Property

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

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

Property Value

Additional HTML attributes for the data cells (TD cells) of odd numbered 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