RadGrid for ASP.NET

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


Gets or sets AJAXLoadingTemplate transparency in percentage. Default value is 0 percents.   

 

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

Syntax

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

Return Value

int, showing the current transparency for the Loading Template.

Remarks

Setting this property to 0 Setting the property to 100 would mean a fully transparent template. See this topic for more details regarding the Loading Template.

Requirements

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

See Also