I am creating a single page MDI type application where the user can create tabs for each document they are working on.
If the tab names are too long or they select enough items to work on that the tabs no longer fit on the screen, I need a way to gracefully handle the overflow. I do not want a second or third line to open up, rather, I would like to have an icon show up that will give them a drop down menu with the list of tabs off the screen.
Does anyone know how this could be implemented with kendoTabStrip?
If the tab names are too long or they select enough items to work on that the tabs no longer fit on the screen, I need a way to gracefully handle the overflow. I do not want a second or third line to open up, rather, I would like to have an icon show up that will give them a drop down menu with the list of tabs off the screen.
Does anyone know how this could be implemented with kendoTabStrip?