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

RadAsyncUpload - resizing the "Select" Button

4 Answers 332 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 10 Dec 2013, 09:46 PM
Hello, all,
I have another newbie question about the RadAsyncUpload Control.  I have successfully changed the text of the "Select" Button portion of the Control (thanks to the help to Shinu Raj, using the following code).

var upload = $find("<%=fileUploader.ClientID %>");
$('.ruBrowse').val("Search for Claim Documentation");


I then tried to change the width of that Button, since the new Text is too long for the Button to contain one of the following

$('.ruBrowse').width = "100%";


or

$('.ruBrowse').width = "300px";


Could someone help me to fix the problem I've created? (Text that is too long to fit within the RadAsyncUpload Button)

Thanks...

4 Answers, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 1
answered on 10 Dec 2013, 11:49 PM
Just a note:  I'm not interested in resizing the entire RadAsyncUpload Control, just the Button on the right of that Control.

I have attached a screen capture of a Label, the RadAsyncUpload, and a Button, each on its own line in the browser window...
0
Dan
Top achievements
Rank 1
answered on 11 Dec 2013, 12:36 AM | edited on 13 Jun 2022, 05:41 AM
I've found an answer at https://www.telerik.com/forums/increasing-size-of-upload-button-in-radasyncupload, but I haven't gotten the Button to render quite right.  (At least all of the Button Text is visible now...
0
Kate
Telerik team
answered on 13 Dec 2013, 08:32 AM
Hello Dan,

Please tale a look at the following help article where you can find detailed explanation and an example of how to customize the look of the button in the RadAsyncUpload control - Increase the Width of the Select Button.

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Dan
Top achievements
Rank 1
answered on 13 Dec 2013, 06:08 PM
Thanks, Kate...
Tags
Upload (Obsolete)
Asked by
Dan
Top achievements
Rank 1
Answers by
Dan
Top achievements
Rank 1
Kate
Telerik team
Share this question
or