
Any idea?
Thanks,
Victor
7 Answers, 1 is accepted
We already fixed the problem. Please open a support ticket to receive the Dev version of the dll files.
Greetings,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

I've applied the fix and made sure there no positioning set in the css file. However, it does not work for the page/code below. It did fix one of my other pages but not this one.
Thanks.
<%
@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="CMS.Management.CRM.test" %>
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%
@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<
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="sm" runat="server"></asp:ScriptManager>
<asp:Button ID="dummy" runat="server" Text="Attach files" />
<asp:Panel ID="pnlAttachment" runat="server" class="modalPopup" Style="width: 500px;
display: none;">
<h2>
Attach Files
</h2>
<telerik:RadUpload ID="ru" runat="server" ControlObjectsVisibility="None" InitialFileInputsCount="3" />
<asp:Button ID="btnUpload" runat="server" Text="Attach" />
<asp:Button ID="btnUploadCancel" runat="server" Text="Cancel" />
</asp:Panel>
<cc1:ModalPopupExtender ID="mpeAttachment" runat="server" BackgroundCssClass="modalBackground"
PopupControlID="pnlAttachment" CancelControlID="btnUploadCancel" TargetControlID="dummy"
BehaviorID="mpeAttach">
</cc1:ModalPopupExtender>
</div>
</form>
</
body>
</
html>

I've applied the fix and made sure there no positioning set in the css file. However, it does not work for the page/code below. It did fix one of my other pages but not this one.
Thanks.
<%
@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="CMS.Management.CRM.test" %>
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%
@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<
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="sm" runat="server"></asp:ScriptManager>
<asp:Button ID="dummy" runat="server" Text="Attach files" />
<asp:Panel ID="pnlAttachment" runat="server" class="modalPopup" Style="width: 500px;
display: none;">
<h2>
Attach Files
</h2>
<telerik:RadUpload ID="ru" runat="server" ControlObjectsVisibility="None" InitialFileInputsCount="3" />
<asp:Button ID="btnUpload" runat="server" Text="Attach" />
<asp:Button ID="btnUploadCancel" runat="server" Text="Cancel" />
</asp:Panel>
<cc1:ModalPopupExtender ID="mpeAttachment" runat="server" BackgroundCssClass="modalBackground"
PopupControlID="pnlAttachment" CancelControlID="btnUploadCancel" TargetControlID="dummy"
BehaviorID="mpeAttach">
</cc1:ModalPopupExtender>
</div>
</form>
</
body>
</
html>

- Larkin
You are right - there was a problem with the ModalPopupExtender and RadUpload Select button.
We fixed it and you can download the trial dll files from here:
http://www.telerik.com/community/forums/thread/b311D-bkdkam.aspx
or open a support ticket to request the Dev version.
Thank you for all your commitment.
All the best,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Here is how I'm defining the control:
<
telerik:RadUpload
runat
=
"server"
ID
=
"ruTrngDocDocument"
Width
=
"200px"
ControlObjectsVisibility
=
"None"
AllowedFileExtensions
=
".pdf"
OverwriteExistingFiles
=
"true"
ReadOnlyFileInputs
=
"true"
AllowedMimeTypes
=
"application/pdf"
MaxFileInputsCount
=
"1"
InitialFileInputsCount
=
"1"
ToolTip
=
"Upload document for training"
InputSize
=
"32"
>
</
telerik:RadUpload
>
Some other environmental contexts, I am using IIS 6, .NET 3.5, Windows Server 2003.
Is this still an issue?
I have reproduced the issue only in IE7. It was fixed after I set the Width="500px" in RadUpload.
Hope this will be helpful.
Plamen Zdravkov
the Telerik team