Hi,
I am using RadUpload in an asp.net(3.5) usercontrol. The control is not getting displayed properly. Please find attached the image for the exact issue.
RadUpload is displaying two textboxes and two browse buttons. The control is not inside any update panel, its just inside an html table.
Below is the code:
<table width="100%">
<tr>
<td>
<telerik:RadUpload ID="FileUploader" runat="server" ControlObjectsVisibility="None"
Localization-Select="Browse" >
</telerik:RadUpload>
</td>
</tr>
</table>
I have read about some IE8 compatibility/rendering issues in telerik forums. Please let me know the workaround for my problem if this is a known issue.
Telerik File version : 2011.2.915.35
PS:
1. I am using IE8 for my testing purpose. I didnt test it on other browsers since my main concern is it should work on IE first.
2. I have also tried moving RadUpload to a simple aspx page without putting that control in a user control, the problem remains.
Regards,
Dayanithy