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

Slider imbedding creates loop

4 Answers 51 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Nate
Top achievements
Rank 1
Nate asked on 22 Aug 2008, 08:51 PM
I have a panelbar around a dock zone and multiple docks.  One dock has a slider, and it causes a loop of some sort?

Here is an example of my code...

If I remove the slider control, it works fine.
 
    <telerik:RadPanelBar ID="RadPanelBar1" runat="server" Skin="Web20" Width="650px">  
        <Items> 
            <telerik:RadPanelItem Text="List Options" Expanded="false" ToolTip="Click on this bar to show list options">  
                <Items> 
                    <telerik:RadPanelItem> 
                        <ItemTemplate> 
                            <telerik:RadDockZone ID="rdz1" runat="server" Width="625px" MinHeight="100px" Orientation="Horizontal" 
                                Skin="Web20">  
                                <telerik:RadDock ID="RadDock2" runat="server" Width="300px" DefaultCommands="None" 
                                    Height="50px" Skin="Web20" Title="Start Date">  
                                    <ContentTemplate> 
                                        <telerik:RadSlider ID="RadSlider1" runat="server" Skin="Web20" /> 
                                    </ContentTemplate> 
                                </telerik:RadDock> 
                                <telerik:RadDock ID="RadDock3" runat="server" Width="300px" DefaultCommands="None" 
                                    Height="50px" Skin="Web20" Title="Expired ">  
                                    <ContentTemplate> 
                                        <asp:CheckBox ID="CheckBox11" runat="server" Text="Include Expired " /> 
                                    </ContentTemplate> 
                                </telerik:RadDock> 
                            </telerik:RadDockZone> 
                        </ItemTemplate> 
                    </telerik:RadPanelItem> 
                </Items> 
            </telerik:RadPanelItem> 
        </Items> 
    </telerik:RadPanelBar> 

4 Answers, 1 is accepted

Sort by
0
Nate
Top achievements
Rank 1
answered on 22 Aug 2008, 09:13 PM
Oh,
Forgot to mention.  IE7 is where this behavior exists.  Firefox is happy.
0
Tsvetie
Telerik team
answered on 25 Aug 2008, 01:13 PM
Hi Nate,
I tested the provided code in FF, IE6 and IE7 and could not reproduce the problem, please find my test page attached. I used the latest version of the RadControls for ASP.NET AJAX suite, namely 2008.2.723.20.

Could you please prepare and send us a simple running project, demonstrating the described problem?

Sincerely yours,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Nate
Top achievements
Rank 1
answered on 25 Aug 2008, 02:09 PM
Ok, I see I'm using Q1 version, which may make a difference.  I have a sample project created, but I cannot upload it as an attachment to this message.  There is no file uploader exposed in my verson of this rad editor.  Any other place I can send it?

Additionally, your sample page didn't work when I added it to my solution, so that points to my needing a new version of the tools. 

I'll get that in place and report back.
Thanks.
0
Tsvetie
Telerik team
answered on 25 Aug 2008, 02:18 PM
Hi Nate,
Please test your project with the latest version of the suite. In case the problem persists, please open a new support ticket and send us the test project - you cannot attached files to a forum thread.

Kind regards,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Slider
Asked by
Nate
Top achievements
Rank 1
Answers by
Nate
Top achievements
Rank 1
Tsvetie
Telerik team
Share this question
or