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>