Version

Tag Property (GridRecord)

The property can accept any object that can be successfully serilized into JSON. The property value is available on the client through the get_tag() property.
Syntax
'Declaration
 
Public Property Tag As Object
public object Tag {get; set;}
Remarks
The object that this property can accept should be a simple type or an array of simple types. Otherwise it will not be serialized into the view state properly. The property is not stored into the view state so it is current for one session only.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also