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
0 answers

Fullcalendar does not render correctly onload

We are using Fullcalendar V5 in Asp.net Core. We are also using Kendo UI. Our fullcalendar is inside of a "kendo-tabstrip" -> "tabstrip-item" control, if that matters. Our fullcalendar events are fetched from a controller using Axios(), then the…
Jerry
  • 6,357
  • 8
  • 35
  • 50
0
votes
0 answers

KendoReact TabStrip has missing wrapper div

I'm trying to get a vertical TabStrip setup in my React app. Test render currently looks like this: public render() { return (
Daniel Lawton
  • 416
  • 3
  • 9
  • 30
0
votes
1 answer

Why kendo tab strip is not getting the tab id defined in html

I have this code which was working before updated my Kendo version. What I'm trying to do is depending the selected tab option execute some other code, this is what I have:
User1899289003
  • 850
  • 2
  • 21
  • 40
0
votes
1 answer

How can I implement a close tab button in Kendo Tabstrip with Angular

I have a kendo-tabstrip and I need add the ability to close tabs. I created a directive myCloseTab and applied it to a button element inside the kendoTabTitle directive, and I am able to successfully listen for click events on that element. So far…
Bucket
  • 7,415
  • 9
  • 35
  • 45
0
votes
0 answers

Kendo TabStrip - Item Moves within Strip

I am using a tabstrip that works fine except for one thing. Sometimes, when I click on an element within the tabstrip, mainly anything to the right of the center, it moves whatever I clicked to the center of the tabstrip. Is there a way to disable…
Keith
  • 4,059
  • 2
  • 32
  • 56
0
votes
1 answer

Kendo UI Grid Tabstrip - How to view details in 2nd tabs with custom button

I had this demo here that contains tab1 and tab2. What I want to achieve when clicked on custom button "View Details", data's on selected row will display is tab2. Anyone can help me how to achieve this? Thanks in advance. demo in dojo
Nixoderm
  • 355
  • 4
  • 23
0
votes
1 answer

Kendo Tab Scrollable not showing

i am using a bit old version of jquery kendo ui.My version is 2014.3.1411. Scrollbar is never showing when overflow occurs.it is coming in the next line. i tried in different ways..but it doesn't work. I uploaded a sample…
user3352074
  • 145
  • 3
  • 14
0
votes
1 answer

Select first visible tab index

I have a personalized tab directive that set the active tab as the first element: jQuery($element).data(`kendoTabStrip`).select(0); But now the directive receive a hidden property, when doesn't exist a set the ng-show=false …
0
votes
1 answer

Can you activate separate events on tab change?

I am aware that it is possible to set up an event that fires whenever the tab is changed within a tab strip within Kendo UI. However, I'm wondering if it is possible to fire separate events on separate tabs? For example, I have a tab strip with 6…
0
votes
1 answer

Kendo grid automatically resizing issue

I have a kendo grid present within a tab strip with two tabs. While navigating between the tabs and performing any event, the width of the grid shrinks. For example: When the user clicks on the update button on the grid in tab 2, and navigates back…
0
votes
1 answer

get tab status shown / hidden via event

I've defined kendoTabStrip component as follow: const tools = $("#id-tools").kendoTabStrip({ animation: false, collapsible: true, tabPosition: "left", select: tools_select }).data("kendoTabStrip"); The following event occurs when…
teach me
  • 453
  • 5
  • 20
0
votes
0 answers

Kendo MVC TabStrip Tabs will not open

My Kendo MVC TabStrip Tabs will not open. Only where selected is true will it show tab content. In this example, the Resolution and Hist tabs are not opening. No console errors.
Ray Koren
  • 814
  • 14
  • 25
0
votes
0 answers

Angular Kendo: have specific url for each tab of tabstrip

I want kendo tabstrip (in Angular 2+) to have a specific url for each tab, so that when I click the tab, the url changes and when I enter the url manually, the tabstrip is switched to the desired tab. I can do it in a page holding the tabstrip using…
0
votes
0 answers

Refresh a tab after information has been chnaged

I have a tab strip using kendo for MVC. I'm trying to update the tab or reload a tab after the information has been changing. For some reason it the reload does not work. I have tried this using javascript: var a = tabStrip=…
Erbez
  • 321
  • 5
  • 17
0
votes
1 answer

Current TabStrip cannot be refreshed

I have problem with Kendo TabStrip. Current TabStrip cannot be refreshed. For example I have two tabs Teams and Players. I am on Players tab. When I edit form and click save I want to reload current Players tab with latest changes. I use this…
jump4791
  • 1,203
  • 5
  • 12
  • 17