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.
相关问题
- Foreign key column sorting
- Kendo UI bind drop down value from PopupEditor
- How to change color of row based on particular col
- Kendo UI for MVC Grid How do I hide the ID column
- Kendo toolbar AddNew button doesn't work when
相关文章
- Kendo Ui Dropdownlist Set Visible via Javascript
- How to change view date dynamically (which is filt
- Kendo DropDownList Shows DataValueField Prior to D
- Kendo UI Datasource - Filter on releated data
- Kendo UI Grid Refesh on Dropdown Selection
- How to bind kendo mvc ui dropdownlist dynamically
- KendoUI integration into Durandal JS
- How to make a Pie Chart Aggregate the Data Source?
Found the solution:
as nemesv said in https://stackoverflow.com/a/15646629/2127493