Hi Telerik,
When I use a RadUpload w/ ControlObjectsVisibility='None' I get (from left to right): a textbox, a button that says "Browse...", another textbox and then a button that says "Select."
I would like to get rid of the last two controls, the extra textbox & select button. I've seen other similar posts, which prescribed adding a RadStyleSheetManager and a RadScriptManager, but neither solution seems to work. Can you possibly provide any other insight or suggestions? Thanks very much.
When I use a RadUpload w/ ControlObjectsVisibility='None' I get (from left to right): a textbox, a button that says "Browse...", another textbox and then a button that says "Select."
I would like to get rid of the last two controls, the extra textbox & select button. I've seen other similar posts, which prescribed adding a RadStyleSheetManager and a RadScriptManager, but neither solution seems to work. Can you possibly provide any other insight or suggestions? Thanks very much.
<form id="form1" runat="server"><telerik:RadScriptManager runat="server" ID="escrowDocumentEditRadScriptManager" /><div><telerik:RadStyleSheetManager runat="server" ID="RadStyleSheetManager1" ></telerik:RadStyleSheetManager> <telerik:RadUpload ID="escrowDocumentRadUpload" runat="server" AllowedFileExtensions="pdf" EnableEmbeddedSkins="false" Skin="Standard" InitialFileInputsCount="1" MaxFileInputsCount="1" ControlObjectsVisibility="None" />