New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
SharePoint Configuration
Updated on Aug 24, 2026
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>