RadGrid for ASP.NET

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


Gets or sets a value indicating whether Telerik RadGrid will perform automatic insert of records to the data source.   

 

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

Syntax

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

Return Value

true, when automatic insert into the database would be performed; otherwise false. The default is false.

Remarks

Requirements

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

See Also