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

Completely hide the input textbox field

1 Answer 88 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 31 Aug 2010, 02:43 AM
I have a requirement to have the upload control completely hide the textbox. Essentially I only want to show the "browse" button to the user.

Previously I was able to achieve this by setting: ControlObjectsVisibility="None"
and then using the CSS:
            .ruFakeInput
            {
                display: none;
            }

After upgrading the Telerik controls (Q2 2010) I have noticed that in IE8/7 that the textbox now displays.
I found this: http://www.telerik.com/help/aspnet-ajax/upload-how-to-hide-input-textbox.html

Which uses slightly different CSS but this does not help either.

Any ideas?

Cheers
Aaron

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 03 Sep 2010, 09:42 AM
Hello Aaron,

I cannot reproduce this issue, the input is hidden as expected at our side. Can you send us a live url demonstrating the problem? Thanks

Greetings,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Upload (Obsolete)
Asked by
Aaron
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or