Hi, We are having an issue in IE8 (Telerik 2013.3 1324) where when we click the Upload button of the FileExplorer to make the Upload dialog appear, the InputBox and Select button are not visible and not responding on clicks. However, when we drag the dialog topbar to move the window, they finally appear on mouse click release. If we close the dialog and re-click the Upload button, everytime it's fine (We need the reload the page to make problem re-occur). I tried both EnableAsyncUpload options, played with skins, always same result. Using Compability Mode seems to solve this and we dont have this problem in Chrome,FF,IE11,Safari nor Opera. I have also attached a screenshot illustrating the problem.
here is the markup:
TIA
here is the markup:
<
telerik:RadFileExplorer
runat
=
"server"
ID
=
"RadFileExplorer1"
Height
=
"125px"
Width
=
"100%"
Skin
=
"WebBlue"
FilterTextBoxLabel
=
"Filter By"
meta:resourcekey
=
"labFilterBy"
EnableCreateNewFolder
=
"False"
EnableAsyncUpload
=
"True"
EnableOpenFile
=
"False"
ExplorerMode
=
"FileTree"
PageSize
=
"50"
>
<
Configuration
EnableAsyncUpload
=
"true"
MaxUploadFileSize
=
"52428800"
/>
</
telerik:RadFileExplorer
>
TIA