This question is locked. New answers and comments are not allowed.
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
anyone can give some insight?
thx,
erick
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