RadGrid for ASP.NET

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


Gets or sets a value indicating whether Telerik RadGrid will automatically delete records from the specified data source.   

 

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

Syntax

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

Return Value

true, when automatic delete from 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