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…
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:
…
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…
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…
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
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…
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
…
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…
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…
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.
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…
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=…
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…