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

[Solved] Tree view in a tab?

1 Answer 23 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
A
Top achievements
Rank 1
A asked on 17 Aug 2010, 10:37 PM
Is it possible to put a tree view control inside of a tab?

I've tried putting it in the tab template and also using LoadContentFrom and rendering the tree in a partial view. When I do, it ends up rendering each of the top level items in the tree also as tabs-with-tabs. I've attached a picture of the problem. (The mail and contacts are tree items taken from the tree demo page)

I know that my tree code works (not only because I copied it from the examples), because if I put it other places in the page, it works. It is almost like some kind of style is being applied at the tab level that is filtering down to the trees within.

1 Answer, 1 is accepted

Sort by
0
A
Top achievements
Rank 1
answered on 17 Aug 2010, 11:41 PM
I've noticed that many of the Telerik asp.net mvc controls do not work when embedded within each other.

•   Grid inside of a tab.
•   Treeview inside of a column in a grid
•   Tree inside of a tab.

None of those work properly. Am I missing something fundamental?
Tags
TabStrip
Asked by
A
Top achievements
Rank 1
Answers by
A
Top achievements
Rank 1
Share this question
or