Questions tagged [kendo-tabstrip]

A tab strip component of Kendo UI framework.

Tab strip is a Kendo UI () component.


Related tags

117 questions
2
votes
0 answers

Kendo UI Tabstrib Select Tab from Data Bind

We using angular and kendo tab datasource to create kendotabstrip in HTML. Is there a way to select a default tab on load from k-data events. We can do it using jquery but looking for a way to select default tab using k-data-bind?
code_blue
  • 523
  • 2
  • 9
  • 19
2
votes
1 answer

Kendo TabStrip doesn't retain scroll position

I am migrating our project for telerik extension to kendo UI. In kendo's TabStrip I am facing a problem that whenever I change the tab state page does not retain its scroll position. This was not case with telerik extension for MVC. Thanks in…
2
votes
2 answers

KendoUI TabStrip on click

I have a little problem with using KendoUI TabStrip. It doesn't matter if I'm at the top of the screen, but when I click a tab, the screen moves to the tabs to the center of the screen and the I have to scroll to view the content, this is not a big…
Andrés Orozco
  • 2,490
  • 5
  • 32
  • 48
1
vote
1 answer

Kendo UI Tabstrip: Tab should render a grid after clicking on a button inside that tab

I have a tabstrip with two tabs. In the first tab, I have button named "Show grid". After clicking that button it will render a grid along with a back button to go back to the previous view that contained only the "show grid" button. The problem is…
Sona
  • 35
  • 10
1
vote
1 answer

Make the content of a kendo tabStrip tab scrollable

I have a kendo tabStrip within a splitter. I'm trying to get only the content of the selected tab to be scrollable. At the moment the entire splitter section scrolls over and the tabStrip disappears. Is it possible to make only the tabs content…
1
vote
1 answer

How to add icon in kendo UI Angular TabStrip Title?

How to add any type of icon classes (e.g font awesome icons) in kendo UI Angular TabStrip title? Currently tabStrip title is set using [title] property.
Chez
  • 13
  • 5
1
vote
1 answer

How to make Kendo-ui tabs load content (iframes with source as java controllers) on demand

I am very new to Kendo-ui. I have been working on creating a page which will have kendo-ui tabs. Each tab has got atleast one iframe which loads the content from the source (which are java controllers). Here is the trimmed version of my jsp
Karma
  • 31
  • 12
1
vote
2 answers

Kendo TabStrip and Kendo Templates

I have to load different KENDO templates dynamically on each tab click of Tabstrip . The datasource for all tabs are same . I am trying to do it as below but its not working . Please advise.(Kendo TabStrip and Kendo Templates)
1
vote
1 answer

kendo angular2 TabstripComponent error

It was all working fine. After updating to latest packages now I am getting following error : Uncaught (in promise): Error: Error in ./TabstripComponent class TabstripComponent - inline template:29:26 caused by: Cannot read property…
Karan Bir
  • 351
  • 4
  • 13
1
vote
1 answer

ng-controller doesn't work for kendo tabstrip tab content

ng-controller doesn't work for kendo tabstrip tab content. Please check my code below. angular.module('tabstripApp',[]); var app = angular.module('tabstripApp'); app.controller('tabCtrl',['$scope',function($scope){ …
Allen4Tech
  • 2,094
  • 3
  • 26
  • 66
1
vote
2 answers

Disable tabs in child grid doesn't work correctly ( Kendo-UI )

When I use this code to disable 2nd and 3rd tab in each detailed row (child grid) I see that only the first expanded row and the rows before it have tabs disabled - and all other rows below have enabled tabs - what am I doing wrong? Tried to put…
Dmitriy Klyushin
  • 449
  • 1
  • 4
  • 22
1
vote
1 answer

Use HTTP POST for loading content via Kendo tabstrip

Kendo tabstrip accepts content loading ContentUrl as ajax via HTTP GET, is there a way to load this content via POST? A kendo tabstrip accepts a kendo.data.Datasource for loading content See…
felickz
  • 4,292
  • 3
  • 33
  • 37
1
vote
0 answers

angularjs kendo ui tabstrip dynamic tab

in my main page i have a tabstrip which it's tab items loaded dynamically.but angularjs does not load related controller for tabitem. my code is something like this: var tabStripElement = $("#tabstrip").kendoTabStrip({ animation: { open: { …
nima
  • 1,273
  • 2
  • 8
  • 7
1
vote
1 answer

How to find selected tab on KendoTabStrip on page load?

I am using Kendo UI MVC and i have a kendoTabStrip on acshtml page. By default I am selecting the first tab on page load. All other tabs are loaded dynamically using AJAX. Issue: I am trying to find the selected tab so i can find its children? one…
LP13
  • 30,567
  • 53
  • 217
  • 400
1
vote
0 answers

Tabstrip inside template of Kendo Scheduler

I create a view that contains a kendo scheduler, and when i create a template for add event and I add a tabstrip, it does not compile and I have a bug MyView @(Html.Kendo().Scheduler() .Name("scheduler") .Date(new…