AxpDataGrid

AxpDataGrid.Tag Property

The AxpDataGrid unique Tag. Unique values are set automatically from Version 2 of the grid

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

Property Value

Can be set to any string value not containg white space. For convenience just use "1", "2" etc.

Remarks

Default="1","2, etc for each grid on a single page
Unique values will be set automatically but the Tag property can also be set manually. Must be unique, so set to "1","2" etc for each grid instance on a single page.

NBThere should always be an AxpDataGrid object on the page having Tag="1"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace