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

Removing remove button in filename

4 Answers 246 Views
Upload
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 11 Mar 2013, 08:39 AM
Hi Guys,

I would like to remove the remove button in filename in kendo ui upload. Any advise, Thank  you

Regards,

4 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 12 Mar 2013, 02:29 PM
Hello David,


If you use async upload, the remove button won't be displayed if the async.removeUrl option is not specified. If that's not the case, you could use the following CSS style to hide the button
E.g.
.k-upload .k-upload-action {
    display: none;
}

 

Greetings,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
David
Top achievements
Rank 1
answered on 12 Mar 2013, 09:45 PM
Hi Dimiter,

Not working. I tried as you suggest. Thank you

0
Accepted
Dimiter Madjarov
Telerik team
answered on 13 Mar 2013, 08:20 AM
Hello David,


Take a look at the following JS Bin example which demonstrates the approach from my previous post. Please let me know if it covers your scenario.

 

Kind regards,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
David
Top achievements
Rank 1
answered on 14 Mar 2013, 06:55 AM
Thank you Dimiter
Tags
Upload
Asked by
David
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
David
Top achievements
Rank 1
Share this question
or