RadGrid for ASP.NET

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


Gets or sets a value indicating if the outside scripts for the AJAX-enabled controls will be evaluated.   

 

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

Syntax

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

Return Value

The default value is false.

Remarks

Outside scripts are scripts rendered from the code-behind and are usually not executed if they are rendered outside of the currently updated control(s).

Requirements

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

See Also