New to Telerik UI for ASP.NET AJAXStart a 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:

XML
<modules>
  <add name="RadUploadModule" preCondition="integratedMode" type="Telerik.Web.UI.RadUploadHttpModule" />
</modules>
Not finding the help you need?
Contact Support