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

remove add delete buttons

3 Answers 77 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 05 Nov 2008, 07:40 PM
I want to display just the select box, select button and clear button of the upload control as I will only ever need just the one upload section.  How can this be done ?

3 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 06 Nov 2008, 08:25 AM
Hello Mark,

You can easily achieve your goal using the ControlObjectsVisibility property of the control.

<form id="form1" runat="server">  
    <asp:ScriptManager ID="ScriptManager1" runat="server" /> 
    <div> 
        <telerik:RadUpload  
            ID="RadUpload1"   
            runat="server"   
            ControlObjectsVisibility="RemoveButtons">  
        </telerik:RadUpload> 
    </div> 
</form> 


All the best,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Acadia
Top achievements
Rank 1
Iron
answered on 19 Nov 2008, 02:00 PM
I'd like to do the same thing, and the solution works except it does not remove the "Remove" button and the associated X image.  How can I do this?  Otherwise the user can click the remove button accidentally, which will remove the only select box and they can't get it back since the Add button is not available.

Thanks
0
Acadia
Top achievements
Rank 1
Iron
answered on 19 Nov 2008, 02:02 PM
Nevermind I got it.  I set it to "none".
Tags
Upload (Obsolete)
Asked by
mww
Top achievements
Rank 1
Answers by
Paul
Telerik team
Acadia
Top achievements
Rank 1
Iron
Share this question
or