GridSerializer.DisableRecordKeyHash Property
Gets or sets a value that indicates whether the record key has been disabled.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisableRecordKeyHash As Boolean
Get
Set
'Usage
Dim instance As GridSerializer
Dim value As Boolean
value = instance.DisableRecordKeyHash
instance.DisableRecordKeyHash = value
public bool DisableRecordKeyHash { get; set; }
Property Value
Type: System.Boolean
true if the record key has been disabled; otherwise, false. The default is false.
Remarks
Set this property to true and use this for speed optimization if there is no possibility of source data changing while the user is working with the page or control.