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

Problem when I'm using the raupload control inside an sliding pane

1 Answer 28 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
max
Top achievements
Rank 1
max asked on 05 Aug 2008, 08:05 AM
The select button doesn't work when I put the RadUpload inside an SlidingPane

Here the code to reproduce the inconvenient:
        <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> 
 
        <telerik:RadSplitter ID="RadSplitter1" runat="server" Width="700" Height="500"
            <telerik:RadPane ID="MiddlePane1" runat="server" Scrolling="None"
                <telerik:RadSplitter ID="Radsplitter2" runat="server" Height="400" Width="700" Orientation="Horizontal"
                    <telerik:RadPane ID="Radpane1" runat="server" Height="22" Scrolling="none" Locked="true"
                        <telerik:RadSlidingZone ID="Radslidingzone2" runat="server" Height="22" SlideDirection="Bottom"
                            <telerik:RadSlidingPane ID="Radslidingpane4" Title="Pane1" runat="server" Height="150"
                             
                                <Telerik:radupload id="RadUpload1" runat="server" /> 
                             
                            </telerik:RadSlidingPane> 
                        </telerik:RadSlidingZone> 
                    </telerik:RadPane> 
                    <telerik:RadPane ID="Radpane2" runat="server"
 
                    </telerik:RadPane> 
                </telerik:RadSplitter> 
            </telerik:RadPane> 
        </telerik:RadSplitter> 

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 05 Aug 2008, 08:12 AM
Hello massimo,

This might be related to a bug which we have recently fixed. Please open a support ticket to obtain the hotfix.

Best wishes,
Albert
the Telerik team

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