Try setting the following css to change the width.
CSS:
.RadUpload .ruFakeInput
{
width: 900px!important;
}
Thanks,
Princy.
0
Iana Tsolova
Telerik team
answered on 13 Mar 2012, 08:51 AM
Hello Tina,
To change the Select button text, you can try using the Localization-Select property. To change the width of the Select button for all upload controls on the page you can add the below css rule:
div.RadUpload .ruBrowse {
width: 165px;
}
And if you want to change the width for a particular RadUpload on the page, you can set it up as below:
Note that in case the RadUpload buttons have different width than the default, you will need to use your own background image for them.
Kind regards,
Iana Tsolova
the Telerik team
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 their blog feed now.