RadGrid for ASP.NET

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


Gets or sets a value indicating whether you will be able to select multiple rows in Telerik RadGrid. By default this property is set to false.   

 

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

Syntax

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

Return Value

true if you can have multiple rows selected at once. Otherwise, false. The default is false.

Remarks

Note: You will not be able to select the Header, Footer or Pager rows.

Requirements

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

See Also