RadGrid for ASP.NET

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


Gets or sets a value indicating whether you will be able to drag column headers to GridGroupPanel and let the grid automatically form GroupByExpression and group its data.   

 

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

Syntax

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

Return Value

true, if you are able to drag group header to the group panel, otherwise false (the default value)

Requirements

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

See Also