Kendo Tabstrip prevent duplicate tabs from opening

AYamilsaroumumb

New Member
I have a tabstrip which loads a page from URLContent.I'd like to accomplish the following:
  • If a tab with the targetted URL is already open, instead of appending a new tab, select the existing tab.
  • If it's a new tab, append the tab dynamically and load it.
From the documentation, there seems to be no default way of handling this.http://docs.kendoui.com/api/web/tabstripAlso, I'd like to know if there are any ways to dynamically retrieve the ID/Name of the tab given it's tab index.
 
Back
Top