Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Informs the grid of changes made on the client. Allows the GridSerializer object to consider local changes when sorting, grouping and slicing.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub ApplyIncrementalChanges ( _
changes As IEnumerable(Of Change) _
)
'Usage
Dim instance As GridSerializer
Dim changes As IEnumerable(Of Change)
instance.ApplyIncrementalChanges(changes)
public void ApplyIncrementalChanges(
IEnumerable<Change> changes
)
Parameters
changes
Type: System.Collections.Generic.IEnumerable<Change>A collection of changes to be applied.
Remarks
EnableIncrementalChanges(ObjectBuilderFromLocalized) should be called prior to calling this method.