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

radprogressArea does not show up every time

1 Answer 77 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Raymond Mui
Top achievements
Rank 1
Raymond Mui asked on 04 Nov 2008, 03:16 AM

I have the following code fragment:

   <asp:Panel ID="pnlUpload" runat="server">
    <telerik:RadUpload ID="RadUpload1" runat="server" Skin="Vista" FocusOnLoad="true"
     InputSize="60" InitialFileInputsCount="1" ReadOnlyFileInputs="true"
     Font-Names="Verdana" ControlObjectsVisibility="None">
     <Localization Select="Choose File" />
    </telerik:RadUpload>
    <asp:Button ID="btnUpload" Text="OK - Upload" runat="server" Font-Names="Verdana"
     Font-Size="Smaller" />
    <asp:Button ID="btnClose" Text="Close" runat="server" Font-Names="Verdana"
     Font-Size="Smaller" OnClientClick="CloseWindow()" />
   </asp:Panel>
   <telerik:RadProgressManager ID="RadProgressManager1" runat="server" />
   <div style="position: absolute; top: 10px; left: 10px; background-color:Navy">
    <telerik:RadProgressArea ID="RadProgressArea1" runat="server" DisplayCancelButton="True" Font-Size="Smaller"
     Skin="Vista">
     <Localization Uploaded="Uploaded">
     </Localization>
    </telerik:RadProgressArea>
   </div>

When uploading, even the same file, the progressarea show up sometimes, but not every time.  Is there any think i missing?

Thanks

Raymond

1 Answer, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 04 Nov 2008, 05:48 PM
Hi Raymond,

This is a very strange behavior indeed. Can you send us the file for check (a formal support ticket will allow posting a file)? Additionally, can you send us the body of the CloseWindow JavaScript function?

Kind regards,
Erjan Gavalji
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Raymond Mui
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Share this question
or