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

RadAsyncUpload, remove the line break?

1 Answer 110 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Nicklas
Top achievements
Rank 1
Nicklas asked on 20 Aug 2014, 02:33 PM
Hello!

This should be a fairly simple task to solve however, i've tried everything, to remove the line break the radasyncupload-control is adding.

The thing is that I want to add a button next to, on the right of the radasync upload button-control.

Any idea on how to do this? See the attached picture if it makes it easier to understand :)

Appreciate any help I can get! been stuck with this for the past hour, driving me nuts.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Aug 2014, 08:02 AM
Hi Nicklas,

Please try to style the 'Upload' button to achieve your scenario. Please have a look into the below code snippet.

ASPX:
<telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server">
</telerik:RadAsyncUpload>
<telerik:RadButton ID="RadButton1" runat="server" Text="Upload" CssClass="btn-position">
</telerik:RadButton>

CSS:
.btn-position
{
    margin-left : 20% !important;
    margin-top : -2% !important;
}

Thanks,
Shinu.
Tags
AsyncUpload
Asked by
Nicklas
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or