RadGrid for ASP.NET

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


Gets group panel control instance - visible only if grouping is enabled in grid (GroupingEnabled). Each GridTableView's Group-By-Expression is visualized in this panel.   

 

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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property GroupPanel As GridGroupPanel
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim value As GridGroupPanel
 
value = instance.GroupPanel
C# 
public GridGroupPanel GroupPanel {get;}

Remarks

If grouping is enabled grid allows grouping by column(s) by drag-and-drop of columns from it's detail tables in this panel For this purpose set AllowDragToGroup property to true. You can modify panel's appearance using GridGroupPanel.PanelStyle and GridGroupPanel.PanelItemsStyle.

Requirements

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

See Also