I have an idea i want to create a web page with Tabstrip and Layout page will be tabstrip , when i select new page from menu it will create new Tab and show view inside that and if its created no need to destroy and create again?
Is it possible to do this with Kendo TabStrip ?
Thanks
3 Answers, 1 is accepted
0
Nencho
Telerik team
answered on 16 Mar 2020, 09:00 AM
Hello, Adil,
Yes, the described scenario is feasible with the Kendo TabStrip and Menu. The implementation could be achieved using the rich ClientAPI of the components.
Having in mind the described scenario, the following steps should apply:
In addition, you may find the following forum resources helpful, where the dynamical adding and removing tabs in the TabStrip are discussed (regardless that you use Telerik UI for MVC the implementation requires client-side implementation):
I can create now new tabs dynamically but i have one problem too....
When i create new tab and select that one i saw that new tab content also in first tab....
Here how i add tabs
tabstrip.append({
text: "new",
encoded: false,
contentUrl: myurl,
});
Why i can get bug like this??
0
Nencho
Telerik team
answered on 20 Mar 2020, 09:13 AM
Hello, Adil,
I am afraid that I can hardly guess the reason for the described behavior. That said, I would suggest submitting a support ticket, along with a runnable sample attached. This way, we could examine the entire implementation, revise the issue and pin down the reason for it.