New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadProgressManager : Telerik.Web.UI.RadWebControl

Inheritance Hierarchy

Methods

startAsyncPolling

Explicitly starts the polling to the server.

Parameters

Returns

None

stopAsyncPolling

Explicitly stops the polling to the server.

Parameters

Returns

None

Events

clientProgressStarted

Occurs when the RadProgressManager starts monitoring progress.

Event Data

sender Telerik.Web.UI.RadProgressManager

The instance of the RadProgressManager raised the event.

args Sys.EventArgs

The event arguments.

clientSubmitting

Occurs after the RadProgressManager has been fully initialized on the client-side.

Event Data

sender Telerik.Web.UI.RadCloudUpload

The instance of the RadProgressManager raised the event.

args Sys.CancelEventArgs

The event arguments.

clientProgressUpdating

Occurs when a RadProgressArea dialog is about to update one of its progress bars.

Event Data

sender Telerik.Web.UI.RadProgressManager

The instance of the RadProgressManager raised the event.

args Sys.EventArgs

The event arguments.

In this article