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

Hide Clear and Upload in Async mode with AutoUpload false

2 Answers 152 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Nikita
Top achievements
Rank 1
Iron
Nikita asked on 06 Dec 2019, 05:54 PM
Is there a setting where I can hide the toolbar that shows up below with Clear and Upload buttons when user selects a file in Async mode? I'm triggering the upload in javascript, don't need user pressing these buttons.

2 Answers, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 10 Dec 2019, 10:22 AM

Hello Nikita,

Currently there is no setting to hide those buttons, but you can do that with CSS:

<style>
    .k-clear-selected, .k-upload-selected {
        display:none !important;
    }
</style>

Let me know if that works for you.

Regards,
Martin
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Nikita
Top achievements
Rank 1
Iron
answered on 10 Dec 2019, 08:52 PM
Thank you, that will work
Tags
Upload
Asked by
Nikita
Top achievements
Rank 1
Iron
Answers by
Martin
Telerik team
Nikita
Top achievements
Rank 1
Iron
Share this question
or