Questions tagged [kendo-tabstrip]

A tab strip component of Kendo UI framework.

Tab strip is a Kendo UI () component.


Related tags

117 questions
0
votes
1 answer

kendoUI TabStrip selection fire another button event

I have a Kendo Tabstrip in a web form. There I have functionality which fires another button when we change tab selection. Actually it calls the server method and brings back some information. I know we can achieve this by using an AJAX call,…
0
votes
1 answer

Custom appearance for KendoTabstrip

Can tabs in Kendo tabstrip be custom designed??? I need to add arrow shaped tabs(Like the image added) instead of the regular rectangular ones. How can it be done?
user3064309
  • 163
  • 1
  • 3
  • 12
0
votes
1 answer

Nested kendo panel on a Kendo Tabstrip not Rendering

I have a kendo tabstrip which load 3 tab. the first tab loads a kendo panelbar the code is like this @(Html.Kendo().TabStrip() .Name("tabstrip") .Items(tabstrip => { tabstrip.Add().Text("Transactions") …
ECie
  • 1,265
  • 4
  • 21
  • 50
0
votes
1 answer

kendo ui - change datasource on tab change

I've a kendo ui tabstrip on a page. Each page has to display grid from different datasources. I am using kendo-mvvm pattern. var customderDetails = kendo.observable({ // properties of customer-details // how do i different…
Valay
  • 1,991
  • 2
  • 43
  • 98
0
votes
1 answer

Kendo TabStrip:how to pass a partial view with different Model to Tbstrip mvc3

i created a kendo Tabstrip in a kendo popup window as it's shown here: @model NeoPaie.ViewModels.GrilleSalaireVM @using Kendo.Mvc.UI; @using NeoPaie.ViewModels;
@(Html.Kendo().TabStrip() .HtmlAttributes(new {…
smarttech
  • 133
  • 1
  • 4
  • 11
0
votes
1 answer

Kendo UI TabStrip e.preventDefault() doesn't work

Two problems: 1.) e.preventDefault() doesn't work correctly with Kendo UI TabStrip when somewhere $("#tabstrip").kendoTabStrip().data('kendoTabStrip'); appears. 2.) Imagine the User clicks on another tab, but has unsaved changes. A dialog pops…
DoubleVoid
  • 777
  • 1
  • 16
  • 46
-1
votes
2 answers

Kendu UI Tabsbstrip views can't load jquery validation

I have an issue when using Kendo UI's Tabstrip. I have two tabs in the tabstrip, and I want to use clientside jquery validation in the First of the views in the tabstrip. Google Chrome: I have a View where I load the tabstrip, and here I can render…
-1
votes
2 answers

Kendo UI material theme and bootstrap messing up the styles when used together

I am using kendo UI material theme for my application. I also want to use bootstrap styles in it. When I add the material and bootstrap styles it does not display the controls as material theme. The Kendo controls are messed up. I am using kendo…
-1
votes
1 answer

Tab is not switching but the URL of that tab is changing

I am using tabstrip and angular UI routing to navigate those tabs. When I click on the tab, its URL changes but the tab does not switch. I have 3 tabs. The first 2 tabs work as expected. But the last tab does not switch even though its URL…
-1
votes
1 answer

Angular content not working in Kendo Tab Strip

I am not able to figure out why remove tab is not invoked when I use ng-click but it works fine in non Angular way! I referred help available in…
Datha
  • 655
  • 1
  • 5
  • 12
-2
votes
1 answer

Two Tabstrips with Two Kendo Grids

i want to load two kendogrid respective with two tabstrips. The requirement is when i click the tab then only grid should load. It should not load two grids when page loads
-2
votes
1 answer

How can we load component dynamically in kendo-tabstrip-tab?

In angular 1, we had achieved this using following code :
Karan Bir
  • 351
  • 4
  • 13
1 2 3 4 5 6 7
8