Hi,
I'm stuck with the tabbed navigation part. I want to create a new tab on click of a button(whose name is editable). And on creation of new tab, it should display the same empty table(created using Kendo Grid). I tried to do like http://dojo.telerik.com/iGIqE. But, it did not work.
Please find my js fiddle I've created, below.
https://jsfiddle.net/aravind_93/ope4ojtg/
In short, I would like to add new tab on click, whose tab name is editable, which should display empty grid table I've already created. Please advice me on how to do this. (I had tried to integrate Grid inside TabStrip..)
Thank you.