Questions tagged [kendo-tabstrip]

A tab strip component of Kendo UI framework.

Tab strip is a Kendo UI () component.


Related tags

117 questions
1
vote
0 answers

Usage (showing, hiding) of serverside Kendo tab strip in MVC

I have a kendoGrid() and I am attaching a KendoTabStrip() with multiple tabs beneath it that contain additional data for the grid items. The whole things is contained in a toggle panel. My Question: I want the whole(!) tabstrip only to be displayed…
user4546142
1
vote
1 answer

How to get the kendo tab titles?

I want to get kendo tabstrip titles in my js.how to get the all titles of my kendo tabstrip.
don Anand
  • 55
  • 1
  • 1
  • 7
1
vote
2 answers

How to separate Kendo Tabstrip tab list and content divs in html?

So, I'm working with kendo in js. I'd like to use the tabstrip, but I'd like the tabs to be contained in a header that is styled and contains some other elements, so I am wondering if there is a way to separate the tab list and their associated…
user2836056
1
vote
0 answers

Issue using nested kendo-tabstrip

Hello I am using kendo ui , I have one jsp page with tabstrip one of its tab is other jsp file that contains more tabs.. But it is giving me error * NotSupportedError: Failed to execute 'registerElement' on 'Document': Registration failed for type…
amarta
  • 21
  • 2
1
vote
1 answer

Using ui-router with Kendo TabStrip

I am trying to implement a Kendo Tab Strip and that applies ui-router to display the contents of the tab. I can get the tab strip to display but not the contents using the ui-view. Anyone have an example of how to make these items work…
James
  • 493
  • 1
  • 10
  • 37
1
vote
1 answer

Load Kendo TabStrip with available content

I have three tabs and I would like to populate those tabs with section contents that is already present on the page:

Hello World1

Neophile
  • 5,660
  • 14
  • 61
  • 107
1
vote
1 answer

Bootstrap columns inside Kendo Tabstrip

I have a Kendo Tabstrip and I'm trying to format its content using Bootstrap. But Tabstrip's border, k-content k-state-active, is rendered at top and my elements are outside. If I don't use Bootstrap, everything will be fine. I have already read…
Akbari
  • 2,369
  • 7
  • 45
  • 85
1
vote
1 answer

Angular Kendo TabStrip not working after dynamic data change

I am using Kendo TabStrip angular version. My tabs create dynamically based on data and same its contents. It works fine for first time. But whenever I change content dynamically tabstrip dont work. Please find following plunker link…
1
vote
2 answers

kendo tabstrip click event using angular js

I am using kendo tabstrip in my application using angular js. The tabstrip and the contents appear fine. Can i get the tab events invoked from angular or set events through k-options? Help needed
user1076698
  • 691
  • 3
  • 10
  • 21
1
vote
1 answer

Adding elements to header Kendo UI Tabstrip

I use Kendo UI. I create tabstrip. I add in header an element with event handler. Code:
  • First tab
  • Second tab
Ateist
  • 137
  • 2
  • 11
1
vote
1 answer

In MVC How to pass a parameter to tabStrip when I was using Partial Views?

In my view page, I have a button. When I click the button, I want to make the window open. The window has some tabstrips, and in the tabstrip I want to show a grid and pass a parameter to the grid. Does kendo UI allow me to do this? Kendo…
1
vote
1 answer

Kendo Splitter inside Kendo TabStrip with MVVM init

I have a page with a Kendo splitter inside a Kendo tabstrip and they are instantiated using the kendo.init method. There are two tabs and the splitter control is in the second tab. When I click on the second tab, the splitter control has not been…
user2109254
  • 1,709
  • 2
  • 30
  • 49
1
vote
2 answers

In Kendo UI MVC, how do I put a tabstrip in a window using javascript?

In my view page, I have a button. When I click the button, I want to make the window open. The window has some tabstrips, and in the tabstrip I want to show a grid. Does kendo UI allow me to do this? …
Lyly
  • 718
  • 1
  • 8
  • 17
0
votes
1 answer

How can I disable kendo TabStrip tab scrollable with Tag Helper?

Code with Html Helper: @(Html.Kendo().TabStrip() .Name("tabstrip") .Scrollable(false) But I don't know how to do it with Tag Helper. Any ideas? scrollable="false" not working
0
votes
1 answer

Unable to set default tab conditionally in a kendo-tabstrip

In my angular project, I have a page which has 3 controls. Through those controls, I want to open one single popup independently. The popup has 3 tabs. I want to set each tab as a default tab for each control. In order to open the popup, I am also…
ispostback
  • 330
  • 2
  • 7
  • 23