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

progress indicator problem

1 Answer 49 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 28 Jan 2011, 11:32 AM
Can someone please explain to me why the progress indicator seems to decide to make itself invisible ?

I put a manager and progress indicator on a page, tested it, and it worked.  I then decided to move it to a different position on the page and now, it makes a place for itself on the page (ie it shifts everything else down the page)  but the progress indicator is invisible !!

Nothing I can do will make it reappear, Ive even put it back to its original position, but its still invisible !!!

<telerik:RadProgressManager ID="RadProgressManager1" runat="server"
    EnableEmbeddedBaseStylesheet="False" EnableEmbeddedSkins="False"
    Skin="Vista" />
     
 <telerik:RadProgressArea id="progressArea1" runat="server" skin="Vista"
                    Culture="English (United Kingdom)" DisplayCancelButton="True" BorderStyle="None"
                    ProgressIndicators="FilesCountBar, FilesCount, FilesCountPercent, SelectedFilesCount, CurrentFileName, TimeElapsed, TimeEstimated"
                    Language="" Height="200px" Width="300px">
                    <Localization Uploaded="Uploaded"></Localization>
                </telerik:RadProgressArea>

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 31 Jan 2011, 05:31 PM
Hello Mark,


What you experience is a known issue , which will be fixed in the upcoming Q1 release. In order to have everything working you should have RadProgressManager to be on top of your page.
You should have the RadProgressManager, then the AsyncUpload and the ProgressArea.
Sorry for the inconvenience caused.



Greetings,
Dimitar Terziev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
AsyncUpload
Asked by
mww
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or