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?
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…
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…
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…
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…
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.
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
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)
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…
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){
…
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…
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…
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: {
…
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…
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…