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,…
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?
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")
…
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…
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 {…
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…
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…
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…
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…
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