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:
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
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