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 !!!
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>