I'm creating a method to delete a Kendo UI TabStrip Tab based on an 'x' image. I want it to work in the same way as other tab controls (such as Chrome/IE):
If the active tab is closed then select the next tab (or if it's the last tab then select…
According to the documentation, I should be able to turn off keyboard navigation in a Kendo UI TabStrip widget by including "navigatable: false" in the widget configuration. However, I can't get this to work. I've made a boiled down (see below) that…
I'm basically new to Angular world. But trying hard to get the phase.
What problem I now have is, how to access kendo tabstrip in my JS file and activate second tab onClick().
Please note I do not want to use selectors i.e., #tabStripID
I'm trying…
Has anyone ever been able to get the Kendo tabstrip to scroll when there is a tab overflow?
I can currently get the tab control to present a scroll bar at the bottom, but this is not the desired behavior because it moves the content as well.
We…
I am trying to have a onclick event when a button in second tab is clicked and it has to go to third tab. I have seen it in jquery but couldnt implement in TS with angular 4/6
import { Component } from '@angular/core';
@Component({
selector:…
I have this annoying blue border around the Kendo Tabstrip whenever it is selected.
Possibly something to do with aria?
Does anyone know how to remove it?
I`m using kendo for mvc. I have tabstrip with five tabs.
@(Html.Kendo().TabStrip()
.Name("tabstrip")
.Events(builder => builder.Select("onSelect"))
.Items(tabstrip =>
{…
Please let me know the exact syntax for angular 2 tab on select event. I was trying something like as following :
@Component({
selector: 'my-app',
template: `
I'm using LoadContentFrom method of Kendo TabStrip, it allows tabstrip to load content from another action method.
The content will be loaded only when user clicks the link, tab, therefore it causes a short delay that I'd like to avoid. I wasn't…
Can anyone tell me if there's any way of adding more than one image in the Kendo tabStrip?
(I do not want to add sprite, but two different images whose click event can be accessed differently.)
I have Kendo Tabstrip control place in a partial view and inside that tabstrip I have Kendo Grid.
@(Html.Kendo().TabStrip()
.Name("tabstrip1")
.Items(ts =>
{
…
I have a kendo tabstrip with close button. The problem is that I can't get the button click event to close that tab.
@(Html.Kendo().TabStrip()
.Name("test")
.Items(tabstrip =>
{
tabstrip.Add().Text("")
.Selected(true)
…