This question is locked. New answers and comments are not allowed.
Hi,
I have to shrink a RadUpload it to a single button in a line of other buttons, so it's already auto-submitable and the input is hidden, but I can't figure what CSS properties I should change to get RadUpload to appear as an inline Control. It's also a shame that there is no simple way to change the "Select" text. I have tried to display: inline almost all the tags with no success.
Edit : Just realized this may not be the good section of the forum...
I have to shrink a RadUpload it to a single button in a line of other buttons, so it's already auto-submitable and the input is hidden, but I can't figure what CSS properties I should change to get RadUpload to appear as an inline Control. It's also a shame that there is no simple way to change the "Select" text. I have tried to display: inline almost all the tags with no success.
Edit : Just realized this may not be the good section of the forum...
<div id="ImportBox"> <telerik:RadUpload ID="ImportFile" runat="server" ControlObjectsVisibility="None" AllowedFileExtensions=".xml" MaxFileInputsCount="1" OnClientFileSelected="submitFile" CssClass="test"> </telerik:RadUpload> <asp:Button ID="Import" runat="server" Text="Button" Style="visibility: hidden;" OnClick="Import_Click"/></div>