RadGrid for ASP.NET

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


If set to true and if there is AJAX request, RadGrid will show AJAXLoadingTemplate   

 

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

Syntax

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

Requirements

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

See Also