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

ScrollChildren button stopped working !!

4 Answers 46 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Waleed Seada
Top achievements
Rank 2
Waleed Seada asked on 09 Mar 2010, 07:58 AM
Dear All,

I was using version 2009.2.826.35 (sp1) with one of my old projects, I decided to install the latest version 2009.3.1103
Everything seems to be okay, until I navigate to a page using Tab-strip and I found the scroll buttons have stopped working.
This Tab-strip contains tabs that created dynamically at run-time according to the example from the demo

I create another empty page with the following script that defines the tabs statically:
<telerik:RadTabStrip  
    ID="RadTabStrip2"  
    runat="server" 
    SelectedIndex="0" 
    MultiPageID="RadMultiPage2" 
    Orientation="HorizontalTop" 
    AutoPostBack="true" 
    EnableEmbeddedScripts="true" 
    ScrollButtonsPosition="Right" 
    ScrollChildren="true"
        <Tabs> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
            <telerik:RadTab Text="Tab1" runat="server"></telerik:RadTab> 
        </Tabs> 
</telerik:RadTabStrip>   
<telerik:RadMultiPage ID="RadMultiPage2" runat="server" SelectedIndex="0"
</telerik:RadMultiPage> 

But the same behavior exists "No scrolling".

The buttons are there but when I hover the mouse over or click I get no response.
any ideas...

--- Edited at 9:46 AM ---------
I express the same behavior with the grid navigation buttons as well
-----------------------------------
Best regards
Waleed

4 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 11 Mar 2010, 03:24 PM
Hello Waleed Seada,

There really were some problems with scrolling of RadTabStrip, but they should be fixed in the 2009.3.1314 release (not 2009.3.1103) . Could you please try with it?

All the best,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Waleed Seada
Top achievements
Rank 2
answered on 12 Mar 2010, 06:31 PM
Hello Yana,

Thanks for your time to answer my question.

Actually, I have tried with the latest 2009.Q3 1314.35 and still the same behavuior, also the RadGrid navigation arrows and RadDock
collapse & close buttons doesn't work.

I am in an embarrassing situation as I am gonna do a presentation next week on the sample application I have created so far..

I appreciate your help indeed !!

Best regards
Waleed
0
Yana
Telerik team
answered on 16 Mar 2010, 01:55 PM
Hello Waleed Seada,

I've tested the provided code and it works as expected at our side. Which browser you're using? Can you send us a live url demonstrating the problem?

Regards,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Waleed Seada
Top achievements
Rank 2
answered on 16 Mar 2010, 07:56 PM
Hello Yana,

I don't have a live url, I have the project on my laptop.
Could this be something with the cache of prevuios version or temproray files !! I am confused...

I will try to deploy the project to other machine and test this issue....

Thanks for your help and best regards
Waleed
Tags
TabStrip
Asked by
Waleed Seada
Top achievements
Rank 2
Answers by
Yana
Telerik team
Waleed Seada
Top achievements
Rank 2
Share this question
or