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

RadTabStrip without RadMultiPage

1 Answer 120 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Kamachi Ravichandran
Top achievements
Rank 1
Kamachi Ravichandran asked on 16 Oct 2009, 07:11 PM
Is it possible to use RadTabStrip without using RadMultiPage? I can't use RadMultiPage OR NavigateURL property in RadTab, my scenario I want to create Tabs dynamically and load user controls in it and I don't want it usercontrol refreshed every time user selects a tab.

Any thoughts?

thanks.

1 Answer, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 29 Oct 2009, 07:16 PM
I don't really understand your question, but I think your asking if you can load dynamic content when a tab is clicked without re-loading the page. You could do it using Ajax, where the tab postback will load the content in div or panel.

The other solution would be to add a RadMultiPage and associate it with the RadTabStrip. Then you can create the page view for every tab you create, add the user control to the page view's controls collection and add them to RadMultiPage. Then when a tab is selected it will display the associated page view. Just to remember to have RenderSelectedPageOnly set to false, or it won't load all the page views.

Hopefully that's what you wanted.
Tags
TabStrip
Asked by
Kamachi Ravichandran
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Share this question
or