This question is locked. New answers and comments are not allowed.
Hello ,
I am trying below code....
@Html.Telerik().TabStrip().Name(
"ChildTabStrip").BindTo(Model,
(stripitem, navigationData) =>
{
stripitem.Text = navigationData.Text;
stripitem.Content =""
}
).SelectedIndex(0)
How should i set content to tabstrip item. Any sample code appriciated .. thanks in advance.