RadGrid for ASP.NET

RadGrid Send comments on this topic.
GroupingEnabled Property
See Also 
Telerik.WebControls Namespace > RadGrid Class : GroupingEnabled Property


Gets or sets a value indicating whether the grouping is enabled.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Overridable Property GroupingEnabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim value As Boolean
 
instance.GroupingEnabled = value
 
value = instance.GroupingEnabled
C# 
public virtual bool GroupingEnabled {get; set;}

Return Value

true, when the automatic grouping is enabled; otherwise false. The default is false.

Remarks

Most often this property is used in conjunction with ShowGroupPanel property set to true. The easiest way to turn the grouping on is by using the grid's SmartTag option for enabling the grouping.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also