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

RadAsyncUpload Cutting Off Select Button

0 Answers 71 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 24 Feb 2017, 09:03 PM

I have a RadAsyncUpload button on my form. When it displays the right border of the Select button is cut off. What am I doing wrong? You can see the table borders so I know I have plenty of room.

 

<td>
                                                                <telerik:RadAsyncUpload RenderMode="Lightweight" ID="productImportFile" runat="server" Skin="WebBlue" MaxFileInputsCount="1" Width="221px">
                                                                    <FileFilters>
                                                                        <telerik:FileFilter Description="Text(txt)" Extensions="txt" />
                                                                    </FileFilters>
                                                                </telerik:RadAsyncUpload>
                                                            </td>

 

 

No answers yet. Maybe you can help?

Tags
AsyncUpload
Asked by
David
Top achievements
Rank 1
Share this question
or