This question is locked. New answers and comments are not allowed.
Hi guys!
I've a problem: I would use the "BindTo" method to render my tabs reading information from a DB.
Here my basic code
Well, now I would use the method LoadContentFrom to load my data only when I click on the Tab but on the "item" object hasn't this method.
How can I load dynamic content using BindTo?
Thank you!
I've a problem: I would use the "BindTo" method to render my tabs reading information from a DB.
Here my basic code
Html.Telerik().TabStrip().Name("TabStrip") .BindTo(Model.categorie, (item, data) =>{ item.Text = data.Nome; }).Render();Well, now I would use the method LoadContentFrom to load my data only when I click on the Tab but on the "item" object hasn't this method.
How can I load dynamic content using BindTo?
Thank you!