RadGrid for ASP.NET

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


Gets or sets the value indicating wheather more than one column can be sorted in a single GridTableView. The order is the same as the sequence of expressions in SortExpressions.   

 

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 GridTableView
Dim value As Boolean
 
instance.AllowMultiColumnSorting = value
 
value = instance.AllowMultiColumnSorting
C# 
public bool AllowMultiColumnSorting {get; set;}

Return Value

true, if more than one column can be sorted in a single GridTableView; otherwise, false. The default value is false.

Requirements

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

See Also