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

Select button does not render properly

1 Answer 67 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 11 Feb 2011, 01:05 PM
Hi,
I need your help to resolve this issue.

I'm using RadAsyncUpload. But it doesn't render select button properly with any skin-- it looks cropped from right side.

following is the code:-

<

 

table border="0" style="width: 100%">

 

 

<tr valign="middle">

 

 

<td style="text-align: left;">

 

 

<telerik:RadAsyncUpload ID="rauPRFImageUpload" runat="server" AllowedFileExtensions="jpg,jpeg,png,gif,bmp"

 

 

BorderWidth="0px" MaxFileInputsCount="1" MaxFileSize="1048576" OnFileUploaded="rauPRFImageUpload_FileUploaded"

 

 

OverwriteExistingFiles="True" Width="100%" OnClientFileUploaded="FileUploaded">

 

 

<Localization Select="SELECT" />

 

 

</telerik:RadAsyncUpload>

 

 

</td>

 

 

<td style="text-align:left;width:50%">

 

 

<asp:button id="btnImageDelete" runat="server" onclick="btnImageDelete_Click" text="Delete" />

 

 

</td>

 

 

</tr>

 

 

</table>

 

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 16 Feb 2011, 04:33 PM
Hi Rajesh,

Please try increasing the button's width using the following CSS:

<style type="text/css">
    .ruBrowse
    {
        width:70px !important;
    }
</style>

Please adjust the width value until the browse button stops looking cropped. Does this fix the issue?

Kind regards,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Upload (Obsolete)
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or