All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TabStrip
/
dynamically adding/removing tabs
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
4 posts, 0 answers
debbie f
36 posts
Member since:
Feb 2006
Posted 14 May 2008
Link to this post
I dynamically add/remove/rename tabs based on user permissions in my web application. In the classic version of tabstrip, the tabs would break & wrap if there were too many created in the designated space.
However, the ajax tabstrip just overlaps all of the tabs trying to get them on one line. It makes many of the tabs illegible. Is there a way to make the tabs wrap like they used in the classic version? I just never know how much space one particular tab is going to take up. Maybe I missed a new property that would address this?
Paul
Admin
4281 posts
Posted 15 May 2008
Link to this post
Hello debbie f,
This functionality has been already fixed; the change will be included in the SP1 that is due to be released tomorrow.
Greetings,
Paul
the Telerik team
Instantly find answers to your questions at the
new Telerik Support Center
debbie f
36 posts
Member since:
Feb 2006
Posted 15 May 2008
Link to this post
Unfortunately, this wasn't fixed as I was expecting. I used the embedded Mac Skin which is most similar to my custom skin. The tabs aren't wrapping, a few tabs are overlapped, and the longer titles on tabs are now wrapping to make them very tall.
Here's a screenshot:
http://www.usara.com/images/email/tabview.gif
Any suggestions?
debbie f
36 posts
Member since:
Feb 2006
Posted 15 May 2008
Link to this post
Ah, it looks like the property Align=Justify was causing the strange problem with the tabs. I just removed it and now they wrap great. Thank you!
Back to Top
Close