RadAjax for ASP.NET AJAX

RadControls for ASP.NET AJAX

A brief description of the AJAX controls follows:

RadAjaxManager

The Manager purpose is to configure the necessary AJAX settings specifying the AJAX initiators and updated controls. The AJAX initiator (ajaxified control) is the one which would perform the AJAX request updating the respectively set controls. Find how to configure the AJAX Manager control in the following articles:

AJAX Manager setup

AJAX-enabling an application through RadAjaxManager and RadAjaxLoadingPanel controls

 

RadAjaxPanel

The Panel control mimics the behavior of ASP:UpdatePanel control - all the postbacking controls surrounded within start performing AJAX updates. Read more about the RadAjaxPanel here.

RadAjaxManagerProxy

Similar to the AJAX Manager control, the Manager proxy is an additional option to configure the necessary AJAX settings completely design-time. The Manager proxy control is widely used in WebUserControl or Master/ContentPage scenarios:

RadAjaxManagerProxy control

RadAjax and WebUserControls

RadAjax and MasterPage scenarios

 

RadAjaxLoadingPanel

The LoadingPanel is displayed over or above the updated controls during AJAX updates. Read how to use and configure the LoadingPanel control here.