RadGrid for ASP.NET

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


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

 

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

Syntax

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

Return Value

true, when the automatic updates are allowed; otherwise false. The default is false.

Remarks

Requirements

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

See Also