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

[Solved] Tree Content when Tabstrip bindto Model

0 Answers 92 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.
erick
Top achievements
Rank 1
erick asked on 25 Jul 2011, 05:08 PM
right now i can populate TabStrip from my Model but i want to add the Content that have treeview

i use this code, but when i set item.Content..it give me an error..not sure why
@(
    Html.Telerik().TabStrip()
        .Name("TabStrip")
        .BindTo(Model,
                (item, navigationData) =>
                {
                    item.Text = navigationData.AccountName;
                     
                })
        
)

anyone can give some insight?

thx,
erick
Tags
TabStrip
Asked by
erick
Top achievements
Rank 1
Share this question
or