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

Dynamically load a tabstrip header from database

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Milen
Top achievements
Rank 1
Milen asked on 13 Jul 2018, 12:28 PM
 Hallo, 
i'm trying to load a tabstrip header from database. I mean, the change Paris, New York etc with data from database. I have read this demo https://docs.telerik.com/aspnet-mvc/helpers/tabstrip/overview#model-binding 
with the chapter "Model Binding". This is the source code 
@model IEnumerable<rcMDM.Data.MN_DEF_REITER>
@(Html.Kendo().TabStrip()
    .Name("reiterStrip")     
.BindTo(Model,(item,label)=>
    {       item.Text = label.RTR_LABEL;   })  )
I have seen that the admins from this forum are from Bulgaria or they understand bulgarian, so below i want to explain my problem on bulgarian too :) 
Здравейте, 
имам малък проблем с табчетата. Правя една апликация, която трябва да зарежда динамична информация. Една от желанията ми е да използвам табовете. Искам да зареждам само самите наименования на табовете. Съдържанието като грид успях да го свържа и се зарежда, но не успях да направя същото с табовете. Ще съм много благодарен за помощта  :) 

Best wishes, 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 17 Jul 2018, 10:01 AM
Hello Milen,

I have provided an answer in your other forum thread on the same topic. I would suggest to continue our conversation there in order to prevent thread duplication. 

I would also like to kindly ask you to submit your inquiries in English, as this is the official language for Customer Support communication. This is described in our Support Policy below:


Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Milen
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or