GridSerializer.EnableRecordEditMode method
Provides a delegate to apply the record edit mode after slicing has occurred.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub EnableRecordEditMode ( _
updater As PostFilterUpdate _
)
'Usage
Dim instance As GridSerializer
Dim updater As PostFilterUpdate
instance.EnableRecordEditMode(updater)
public void EnableRecordEditMode(
PostFilterUpdate updater
)
Parameters
updater
Type: Microsoft.SharePoint.JSGrid.PostFilterUpdateA delegate that will populate the record edit mode.