How do I get a reference to the currently selected tab in a Kendo UI TabStrip?
tabstrip.select()
will return the currently selected tab.
tabStrip.select().index();
Will return currently selected tab index
tabstrip.select()
will return the currently selected tab.
tabStrip.select().index();
Will return currently selected tab index