RadGrid for ASP.NET

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


The template that will be displayed as a progress indicator during AJAX request.   

 

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

Syntax

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

Example

By default if you have't set own template, Telerik RadGrid will use the loading.gif image of the selected skin.

<rad:radgrid id="RadGrid1" Width="100%" EnableAJAXLoadingTemplate="True" cssclass="RadGrid"
EnableAJAX="True" allowsorting="True"
pagesize="5" allowpaging="True" Height="200px" runat="server">
<headerstyle cssclass="GridHeader" Height="20px"/>
<pagerstyle mode="NumericPages" cssclass="GridPager" Height="20px" />
<itemstyle cssclass="GridRow" />
<alternatingitemstyle cssclass="GridRow" />
<MasterTableView CssClass="MasterTable" Height="100%" ></MasterTableView>
</rad:radgrid>

Requirements

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

See Also

Reference

RadGrid Class
RadGrid Members

Telerik RadGrid Manual

Loading Template