This is a migrated thread and some comments may be shown as answers.

Progress Bar Color

1 Answer 116 Views
ProgressArea
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 30 Mar 2016, 09:38 PM

I'm trying to utilize a RadProgressArea to keep track of a task's progress on my ASP page.  I have a relatively simple setup that is functioning fine.  However, the actual progress bar is appearing as a white bar on a white background, which is different from any other demo I've come across.  I've gone through the properties and style options, but there doesn't seem to be any way to specifically set the color of the progress bar.  Is there a way to change it to, say, blue?  Here's what I'm currently working with.

 

<Telerik:RadAjaxPanel runat="server">
  <Telerik:RadProgressArea ID="rpaProgress" runat="server" ProgressIndicators="TotalProgress,TotalProgressBar,TotalProgressPercent"></Telerik:RadProgressArea>
</Telerik:RadAjaxPanel>

I have a RadAjaxManagetProxy and a RadProgressManager defined elsewhere in the page.  In the code behind, I set RadProgressContext.Current.PrimaryTotal, PrimaryValue, PrimaryPercent, and OperationComplete as they need to update.  I get the attached result.

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 04 Apr 2016, 10:13 AM
Hi Kevin,

Thank you for contacting Telerik support.

Make you sure, that the EnableEmbeddedSkins property is not set to false.

Regards,
Magdalena
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ProgressArea
Asked by
Kevin
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or