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