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

Drag/Drop overlay won't go away using Metro theme

1 Answer 79 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 07 Mar 2012, 09:59 PM
Hi there,

When I use the Metro theme, any page that has a RadAsyncUpload control, when the page loads the overlay is visible and will not go away.  

This is using the latest Chrome and FireFox.

This is the declaration:
<telerik:RadAsyncUpload ID="RadUploadAlertDocuments" runat="server" AutoAddFileInputs="true"
    MaxFileSize="2147483647" MultipleFileSelection="Automatic"
    InputSize="70">
</telerik:RadAsyncUpload>

Attached is what shows as soon as the page loads. 

Can the overlay be disabled completely?  I couldn't find a property for it.

Thanks!!!!!

1 Answer, 1 is accepted

Sort by
0
Sam
Top achievements
Rank 1
answered on 08 Mar 2012, 02:07 PM
It would be nice if the feature worked, but I have found it can be disabled by adding the css
.ruDropZone {
    display: none !important;
}
Tags
AsyncUpload
Asked by
Sam
Top achievements
Rank 1
Answers by
Sam
Top achievements
Rank 1
Share this question
or