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

Design issue on RadAsyncUploader with Radgrid

3 Answers 32 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 2
Naresh asked on 31 May 2011, 01:21 PM
Hi,

  i Have used RadAsyncUploader control in Edit form of RadGrid.

  i got Horizontal scrollbar when edit form opened because of RadAsyncUploader.

   Please help me find the solution. Its high priority.
   Please find the Attachment for Screenshot

3 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 03 Jun 2011, 11:45 AM
Hi Nagarajan,

The default width of the RadAsyncUpload is 430px, so it seems to me that the reason for this scroll bar should not be the usage of RadAsyncUpload.

If you want to change the width of the RadAsyncUpload you could used its Width property.

Regards,
Dimitar Terziev
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.

0
Naresh
Top achievements
Rank 2
answered on 04 Jun 2011, 05:51 AM
Hi,

 i already tried with width property. but it won't affect the control width.

<telerik:RadAsyncUpload HttpHandlerUrl="~/CustomHandler.ashx"  runat="server" ID="rauDoc" MaxFileInputsCount="1" AllowedFileExtensions=".doc,.docx,.pdf,.txt" Width="100px">
                                   </telerik:RadAsyncUpload>
0
Dimitar Terziev
Telerik team
answered on 09 Jun 2011, 11:06 AM
Hi Nagarajan,

Please try the following CSS declaration:
.RadUpload, .RadUploadProgressArea
{      
    width: 300px !important;
}


Kind regards,
Dimitar Terziev
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
PanelBar
Asked by
Naresh
Top achievements
Rank 2
Answers by
Dimitar Terziev
Telerik team
Naresh
Top achievements
Rank 2
Share this question
or