Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Upload > Make input textbox bigger

Not answered Make input textbox bigger

Feed from this thread
  • Nick avatar

    Posted on Jun 23, 2009 (permalink)

    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

    Reply

  • Posted on Jun 24, 2009 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Upload > Make input textbox bigger
Related resources for "Make input textbox bigger"

ASP.NET Upload Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]