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

RadAsyncUpload display issue

2 Answers 45 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ramesh
Top achievements
Rank 1
Ramesh asked on 23 Oct 2013, 06:28 AM
Hi,

We are using 2013 ASP.NET Ajax Q2 version. When we click side to the RadAsynUpload control it is hiding top portion of the control's. This issue only If we place control inside a webform with master page. Working fine without masterpage.

Please see the attachment.

Thanks & Regards,
Ramesh

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 23 Oct 2013, 08:40 AM
Hi Ramesh,

Such a behavior is not expected. I tried RadAsyncUpload with MasterPage in Telerik Q2 version and there is no issue.It could be the issue of  some other CSS  overriding with RadAsyncUpload. Please provide your complete code for further help.

ASPX:
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
    <telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server">
    </telerik:RadAsyncUpload>
</asp:Content>


Thanks,
Shinu.
0
Ramesh
Top achievements
Rank 1
answered on 23 Oct 2013, 12:14 PM
This is IE10 Issue. If you add the below codes in the header it will solve.

<meta http-equiv="X-UA-Compatible" content="IE=9">

Is there any other fix for this?
Tags
Calendar
Asked by
Ramesh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ramesh
Top achievements
Rank 1
Share this question
or