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

In Hierarchical Data Binding child tab is not getting the theme applied

11 Answers 64 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
nallamani
Top achievements
Rank 1
nallamani asked on 01 Feb 2010, 06:36 AM
Hi

                In Hierarchical Data Binding child tab is not getting the theme applied.

Source code for aspx:

    <form id="form1" runat="server">
    <div>
    <telerik:RadScriptManager id="ScriptManager1" runat="server"></telerik:RadScriptManager>
    <telerik:RadTabStrip runat="server" Skin="Sunset" EnableEmbeddedSkins="true" EnableTheming="true" EnableEmbeddedScripts="true"  ID="RadTabStrip1"></telerik:RadTabStrip>
    </div>
    </form>

server side coding:

 Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
        If Not Page.IsPostBack Then
            For i As Integer = 1 To 4
                Dim rootTab As RadTab = New RadTab
                RadTabStrip1.Tabs.Add(rootTab)
                rootTab.Text = "Root Tab " & i

                For j As Integer = 1 To 4
                    Dim childTab As RadTab = New RadTab
                    rootTab.Tabs.Add(childTab)
                    childTab.Text = "Child Tab " & i & "." & j
                Next
            Next
            RadTabStrip1.SelectedIndex = 0
        End If
    End Sub


Please help me...





11 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 01 Feb 2010, 02:30 PM
Hello Nallamani,

This is strange, please check our online demo here, you can change the skin to "Sunset" and you'll notice that the child tabs are styled as expected.

Best regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
nallamani
Top achievements
Rank 1
answered on 01 Feb 2010, 02:47 PM
Hi Yana,
           Thanks for your response even in your demo just check by setting the skin to forest.You will notice the child tag will not have themes applied.But in my case it is not applying the theme to child tab in any theme.
0
Yana
Telerik team
answered on 02 Feb 2010, 01:32 PM
Hello Nallamani,

Child tabs are not styled in the following skins - Black, Office2007, Forest and Windows7, for all the rest they should be styled by default. There's also a property EnableSubLevelStyles which changes this if it is set to true. Please check whether it's set in your case.

Greetings,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
nallamani
Top achievements
Rank 1
answered on 03 Feb 2010, 06:12 AM
Hi

    There is no such property called EnableSubLevelStyles in radtabstrip.I am not getting the style applied in any of the rad theme
0
Yana
Telerik team
answered on 03 Feb 2010, 11:23 AM
Hi nallamani,

Which versions of the controls you are using? Are you using RadControls for ASP.NET AJAX or "classic" RadControls for ASP.NET?

Greetings,
Yana
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
nallamani
Top achievements
Rank 1
answered on 03 Feb 2010, 11:42 AM
Hi Yana,

   I am using RadControls for ASP.NET AJAX RadControls for ASP.NET
0
Yana
Telerik team
answered on 04 Feb 2010, 09:21 AM
Hello Nallamani,

There are differences between RadControls for ASP.NET AJAX and RadControls for ASP.NET, please specify which you're using.

Kind regards,
Yana
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
nallamani
Top achievements
Rank 1
answered on 05 Feb 2010, 07:30 AM
0
Yana
Telerik team
answered on 05 Feb 2010, 01:56 PM
Hello nallamani,

I've attached a screenshot demonstrating that sub tabs are styled with Default skin in our online demos. Please send us a screenshot demonstrating the problem.

Best regards,
Yana
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
nallamani
Top achievements
Rank 1
answered on 05 Feb 2010, 02:12 PM
Hello yana,

              I developed the page with the help of the same demo but i am not getting it..
0
Yana
Telerik team
answered on 08 Feb 2010, 09:41 AM
Hi nallamani,

Please send us a screenshot as I asked in my previous post.

All the best,
Yana
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
TabStrip
Asked by
nallamani
Top achievements
Rank 1
Answers by
Yana
Telerik team
nallamani
Top achievements
Rank 1
Share this question
or