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
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>