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

Radasyncupload: how to get remove button to stay on same line as uploaded file

2 Answers 117 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 25 Jan 2017, 11:23 PM

I can't seem to figure out how to keep the "Remove" button on the same line as uploaded media file.  When the file name is really short it stays on the same line but if the file name gets longer the "Remove" button drops down below.  There is plenty of horizontal space for both to be on the same line.

~Thx

2 Answers, 1 is accepted

Sort by
0
Nick
Top achievements
Rank 1
answered on 25 Jan 2017, 11:29 PM

This is our code

<telerik:RadAsyncUpload ID="fuMediaUpload" AllowedFileExtensions=".MOV,.mp4,.wmv,.avi,.mpeg,.mpg,.mp3,.aac,.m4a" EnableInlineProgress="false" MaxFileInputsCount="1" ControlObjectsVisibility="None" DisableChunkUpload="false" Width="100%" MaxFileSize="629145600" ChunkSize="10485760" OverwriteExistingFiles="true" Skin="Hay" RenderMode="Lightweight" OnClientFileUploadRemoved="OnClientFileUploadRemoved" OnClientFileUploaded="OnClientFileUploaded" EnableViewState="true"  runat="server" >
</telerik:RadAsyncUpload>
                       

0
Pavlina
Telerik team
answered on 30 Jan 2017, 07:31 PM
Hello,

I have tested the provided AsyncUpload code with the latest version of the controls(2017.1.118) and remove button shows next to the uploaded file. In case you are using an older version, upgrade your project to R1 2017 release and let me know if you need additional assistance.

Regards,
Pavlina
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Ajax
Asked by
Nick
Top achievements
Rank 1
Answers by
Nick
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or