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

SharePoint Configuration

This article explains the configuration needed, in order for the RadProgressArea to work in SharePoint.

The RadProgressArea would not work correctly in SharePoint if there is a RadUploadModule declaration in the project's web.config, so if such is present it must be removed:

<modules>
  <add name="RadUploadModule" preCondition="integratedMode" type="Telerik.Web.UI.RadUploadHttpModule" />
</modules>
In this article