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

[Solved] Dynamic Content to tabstrip

0 Answers 32 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.
Tatyasaheb
Top achievements
Rank 1
Tatyasaheb asked on 07 May 2012, 12:38 PM

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.
Tags
TabStrip
Asked by
Tatyasaheb
Top achievements
Rank 1
Share this question
or