Find TabStrip index

kendo-ui

Solution

Found the solution:

$("#tabstrip").data("kendoTabStrip").select().index();

Problem

Is it possible to find the index of a tab in a KendoUI TabStrip? I need to find the index (number) of the tab that I select and I know that `select()` returns me current tab but I don' t know how to convert this to the number.

Original source

Related problems