RadGrid for ASP.NET

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


If false, the collection can contain only one sort expression at a time. Trying to add a new one in this case will delete the existing expression or will change the sort order if its FiledName is the same.   

 

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

Syntax

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

Requirements

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

See Also