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

How to set different tabstrip value?

1 Answer 63 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Medac
Top achievements
Rank 1
Medac asked on 12 Apr 2010, 02:03 PM
Hi,

I am having Tabstrip which contains 4 tabs. By Default I need to display the 3 tab. I tries setting the selected index value to 3 but only 3rd tab will get selected it is corrsponding RadPageView is not getting displayed.

How to set thrid tab display by default?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Apr 2010, 08:06 AM

Hello Medac,

Try the following code in order to show the corresponding PageView when selecting the RadTab.

C#:

 
RadMultiPage1.SelectedIndex= RadTabStrip1.SelectedIndex = 2; 

-Shinu.

Tags
TabStrip
Asked by
Medac
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or