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

Radtabstrip - need some help

2 Answers 66 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
kachy
Top achievements
Rank 1
kachy asked on 20 Jun 2011, 04:49 PM

I need help with following in radTabStrip:

1. I am using Office2007 skin for tabstrip. The child tab does not inherit the skin property, I saw some forum posts which said child tab is supposed to show as a link instead of the same appearance as parent tab. so I tried to make a custom CSS and use it, but it did not work.
    Can you please give an example of Custom CSS of Office2007 to show up for child tab?
   
2. When using Tabstrip as a wizard, when I have a child tab then how do I proceed:
I use this code on the click of the next button:

RadTabStrip1.SelectedIndex = RadTabStrip1.SelectedIndex + 1;
RadTabStrip1.SelectedTab.Enabled = true; 
RadMultiPage1.SelectedIndex = RadMultiPage1.SelectedIndex + 1;

 

My fourth tab has 4 child tabs and I want to go from 41 to 42 to 43 to 44 and then to the 5th tab, what will be the selected index in this scenario?

Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 24 Jun 2011, 09:29 AM
Hi kachy,

Unfortunately, we currently do not have any customized sprite image for the Office2007. However, you could take a look at the sprites of the Default and Hay skins (whose child items are not rendered as links) and get an idea of how they are implemented. Non-embedded versions of the built-in skins are provided in "C:\Program Files\Telerik\RadControls for ASPNET AJAX \Skins" and in the /Skins/ folder inside the RadControls installation ZIP archive.
Considering your second question please take a look at the following forum thread where the same issue is being discussed. 

Regards,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
kachy
Top achievements
Rank 1
answered on 29 Jun 2011, 07:24 PM
If all the tabs and subtabs are visible as they are defined then I am able to select subtabs. My requirement is as follows:
In my third tab I have a multiselect radgrid for 3 states. Depending on which states are selected, the subtabs of the 4th tab will be hidden or visible. My tabstrip works as a wizard, so on click of the next button from third tab, I am able to hide the subtabs I want depending on the selected value but the Multipage gets mixed up. Can you please suggest how I can increment the rabtabstrip and radmultipage index, so it works properly.

Thanks.
Tags
TabStrip
Asked by
kachy
Top achievements
Rank 1
Answers by
Kate
Telerik team
kachy
Top achievements
Rank 1
Share this question
or