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

RAD Upload COntrol not opening File Browser if placed in DIV tag

1 Answer 58 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
parimal
Top achievements
Rank 1
parimal asked on 01 Aug 2008, 11:28 PM
Hi,

RAD Upload Control is not opening File Browser window if control is placed in Div tag with style "Position:Relative". I am currently using RAD Controls for ASP.NET AJAX v -->2008.2.723.35.

In old version 2008.01.0619.35 it used to work fine even with position set as relative.

Need Help,

regards,

Parimal



<%

@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %>

<%

@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<

html xmlns="http://www.w3.org/1999/xhtml" >

<

head runat="server">

<title>Untitled Page</title>

</

head>

<

body>

<form id="form1" runat="server">

<div>

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<div style="MARGIN-LEFT: auto; WIDTH: 934px; MARGIN-RIGHT: auto; TOP:0px">

<telerik:RadUpload ID="RadUpload1" runat="server">

</telerik:RadUpload></div>

</div>

</form>

</

body>

</

html>

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 04 Aug 2008, 09:48 AM
Hi parimal,

We already fixed this problem, please open a support ticket to receive the hotfix.

Sincerely yours,
Veskoni
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
parimal
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or