This topic has not yet been rated - Rate this topic

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)
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.