Specifies where the grouping will be handled. There are two options:
- Server-side - GridTableView.GroupLoadMode.Server
- Client-side -
GridTableView.GroupLoadMode.Client
Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Enum GridGroupLoadMode
Inherits Enum |
| C# | |
|---|
public enum GridGroupLoadMode : Enum |
Members
Inheritance Hierarchy
Requirements
Namespace: Telerik.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: RadGrid (in RadGrid.dll)
See Also