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
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.
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.