RadGrid for ASP.NET

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


Gets or sets a value indicating whether Telerik RadGrid will work in AJAX mode, i.e. will perform asynchronous requests instead of traditional postbacks.   

 

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

Syntax

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

Return Value

true if the ajax feature is enabled; otherwise, false. The default is false

Remarks

To enable sorting, set the EnableAjax property to true. When ajax is enabled, the ra.a.d.grid perform asynchronous requests instead of traditional postbacks on every command

Requirements

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

See Also