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

[Solved] Make input textbox bigger

1 Answer 208 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 23 Jun 2009, 10:41 PM
Hi.  I would like to make the select file textbox wider.  I can't seem to figure out how to accomplish this.

Any help is greatly appreciated.

Thank you,
Nick

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 Jun 2009, 05:27 AM
Hello Nick,

Set the InputSize property of RadUpload to an higher interger value to increase the width of all file input elements.

ASPX:
 
<telerik:RadUpload ID="Radupload2" runat="server" ControlObjectsVisibility="ClearButtons" InputSize="50"
</telerik:RadUpload> 

Shinu
Tags
Upload (Obsolete)
Asked by
Nick
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or