GridSerializer.ReserveGrouping method

For use when a GridSerializer instance is populated by multiple GridSerializer objects over its lifetime, this method notifies the GridSerializer object that grouping could be enabled later in the lifetime of the Microsoft.SharePoint.JSGrid instance being configured. Must be called on the initial GridSerializer object for that Microsoft.SharePoint.JSGrid instance.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub ReserveGrouping ( _
    hierarchyOutlineTextColumnName As String _
)
'Usage
Dim instance As GridSerializer
Dim hierarchyOutlineTextColumnName As String

instance.ReserveGrouping(hierarchyOutlineTextColumnName)
public void ReserveGrouping(
    string hierarchyOutlineTextColumnName
)

Parameters

  • hierarchyOutlineTextColumnName
    Type: System.String

    Specifies which grid column should display the controls used to expand and collapse hierarchy nodes.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace