Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TabStrip > Child tab not getting the theme

Not answered Child tab not getting the theme

Feed from this thread
  • NVB avatar

    Posted on Feb 2, 2012 (permalink)

    I have radtab with following code  and building the child tab dynamically. How to set different skin to childtabs built dynamically

     

    <

    telerik:RadTabStrip ID="RadTabStrip1" runat="server" AutoPostBack="true"

    SelectedIndex="1" Width="100%" onclienttabselected="tabClicked" Skin="Web20">

    </telerik:RadTabStrip>


    Server code to add chidltabs

    For Each dr As DataRow In readerdt.Rows
    Dim tab_item As New Telerik.Web.UI.RadTab
    tab_item.Text = dr.Item(0)
    tab_item.SelectedCssClass = tabSelected"
    parent.Tabs.Add(tab_item)
    Next

     

    Thanks

    Reply

  • Posted on Feb 2, 2012 (permalink)

    Hello,

     I suppose there is no way to set separate skin for different tab levels in RadTabStrip. You can use cssClass property of the tabs to apply styles to them. Also check the following help documentation.
    Setting the CSS Class of Tabs.

    -Shinu.

    Reply

  • NVB avatar

    Posted on Feb 3, 2012 (permalink)

    Thanks Shinu,

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TabStrip > Child tab not getting the theme
Related resources for "Child tab not getting the theme"

ASP.NET TabStrip Features  |   Documentation Demos   |  Telerik TV  |  Self-Paced Trainer  |   Step-by-step Tutorial  ]