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

display 1 radprogress on all tabs

1 Answer 59 Views
Tabstrip (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
appdev
Top achievements
Rank 1
appdev asked on 19 Feb 2009, 07:22 PM
i have multiple tabs and only 1 radprogressbar. the question i have is how to display it in one tab and when the user click on the second tab, the radprogressbar is also available on that second tab two. please help thank you.

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 23 Feb 2009, 01:19 PM
Hi Duy,

For your scenario you need to use the ContentPanels of the TabItems. When selecting the tabs, the RadProgressBar control should be removed from the ContentPanel.Controls collection of the previously selected tab and should be added to the ContentPanel.Controls collection of the newly selected tab.

I am attaching a sample project to demonstrate this approach. If you have additional questions, feel free to contact me.

Kind regards,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Tabstrip (obsolete as of Q2 2010)
Asked by
appdev
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or