I attach a small aspx code that shows the issue:
When scrolling the pane that contains the radUpload control, both the text box and select buttons do not display correctly. I have already tried the solution recomended on: http://www.telerik.com/help/aspnet-ajax/upload_troubleshootingselectbuttonposition.html
and the problem still persists.
Any help would be greatly appreciated.
Thanks.
| <%@ Page Language="vb" AutoEventWireup="false" %> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> |
| <html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%" > |
| <head runat="server"> |
| <title>Untitled Page</title> |
| </head> |
| <body style="margin: 0px; height: 100%; overflow:hidden;" scroll="no" > |
| <form id="form1" runat="server" style="height: 100%"> |
| <asp:ScriptManager ID="ScriptManager1" runat="server"> |
| </asp:ScriptManager> |
| <telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation="Vertical" Width="100%" |
| Height="100%"> |
| <telerik:RadPane ID="LeftRadPane1" runat="server" Width="180px" MinWidth="180" Scrolling="Y" |
| BackColor="#004416"> |
| <br /> |
| <br /> |
| <br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /> |
| </telerik:RadPane> |
| <telerik:RadSplitBar runat="server" ID="RadSplitBar2" CollapseMode="Forward" /> |
| <telerik:RadPane ID="RightRadPane1" runat="server" BackColor="#b1caba" CssClass="RightPanelPadding" Scrolling ="Both" > |
| <br /> |
| <br /> |
| <br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <telerik:RadUpload ID="RadUpload1" runat="server" EnableFileInputSkinning = "false" /> |
| <br /> |
| <br /> |
| <br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| <br /><br /> |
| </telerik:RadPane> |
| </telerik:RadSplitter> |
| </form> |
| </body> |
| </html> |
When scrolling the pane that contains the radUpload control, both the text box and select buttons do not display correctly. I have already tried the solution recomended on: http://www.telerik.com/help/aspnet-ajax/upload_troubleshootingselectbuttonposition.html
and the problem still persists.
Any help would be greatly appreciated.
Thanks.