RadGrid for ASP.NET

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


Gets or sets a value indicating whether Telerik RadGrid will allow you to have multiple rows in edit mode. The default value is false.   

 

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

Syntax

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

Return Value

true if you can have more than one row in edit mode. Otherwise, false. The default value is false.

Requirements

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

See Also