GridSerializer.ApplyIncrementalChanges Method

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

Remarks

EnableIncrementalChanges(ObjectBuilderFromLocalized) should be called prior to calling this method.

See Also

Reference

GridSerializer Class

GridSerializer Members

Microsoft.SharePoint.JSGrid Namespace