JSGrid.GridDataSerializer Property
Gets or sets the serialized data and configuration information to initially populate the JSGrid control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property GridDataSerializer As GridSerializer
Get
Set
'Usage
Dim instance As JSGrid
Dim value As GridSerializer
value = instance.GridDataSerializer
instance.GridDataSerializer = value
public GridSerializer GridDataSerializer { get; set; }
Property Value
Type: Microsoft.SharePoint.JSGrid.GridSerializer
A GridSerializer object that represents the serialized data and configuration information. The value can be a null reference (Nothing in Visual Basic).
Remarks
This property provides data to the ECMAScript (JavaScript, JScript) component of the JSGrid control. The data is serialized into a format that the client can process.