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

RadAsyncUpload style bottom cutted

1 Answer 25 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Matteo Beretta
Top achievements
Rank 1
Matteo Beretta asked on 12 Mar 2013, 09:56 AM

Hi I have a RadAsyncUpload in a div, on focus it show right, but normal it show like cutted, I attach two screen.

<div class="qsf-demo-canvas">
    <telerik:RadAsyncUpload ID="fileUpload" style="padding-bottom:10px !important" runat="server" Skin="Black" InputSize="30" MaxFileInputsCount="1" ControlObjectsVisibility="None" Font-Size="Large"></telerik:RadAsyncUpload>
</div>        

1 Answer, 1 is accepted

Sort by
0
Accepted
Hristo Valyavicharski
Telerik team
answered on 15 Mar 2013, 08:55 AM
Hi Matteo,

The posted code snippet doesn't reproduce the issue. Probably you have other css that overrides the default RadAsyncUpload styles. Try to remove this style:

<telerik:RadAsyncUpload ID="fileUpload" style="padding-bottom:10px !important" runat="server" Skin="Black" InputSize="30" MaxFileInputsCount="1" ControlObjectsVisibility="None" Font-Size="Large"></telerik:RadAsyncUpload>

If the issue still persists use Firebug or other Web Developer Tool to inspect the output html and css. 


All the best,
Hristo Valyavicharski
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Upload (Obsolete)
Asked by
Matteo Beretta
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or