RadGrid for ASP.NET

RadGrid Send comments on this topic.
AjaxUrl Property
See Also 
Telerik.RadGridUtils Namespace > RadAJAXControl Class : AjaxUrl Property


Gets or sets a value the URL that the control will use for AJAX requests.   

 

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

Syntax

Visual Basic (Declaration) 
Public Property AjaxUrl As String
Visual Basic (Usage)Copy Code
Dim instance As RadAJAXControl
Dim value As String
 
instance.AjaxUrl = value
 
value = instance.AjaxUrl
C# 
public string AjaxUrl {get; set;}

Return Value

Returns a String containing the URL that will be used for AJAX request. The default value is the URL of the current page.

Remarks

AJAX Panel and AJAX Manager automatically resolve the current page URL when forming the request. However if you want to achieve different scenario such as AJAX requests between two pages you can set the desired URL for the request using this property.

Requirements

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

See Also