I use telerik tabstrip in my mvc 3 application. I have a table inside a tab which has a large amount width. But tabstrip has fixed width.
I want tabstrip to enlarge with it’s content.
How can i do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would do it using jQuery.
After the page is loaded, find the computed width of your table then set that width (or more) to your tabstrip.
Example :
“#TabStrip” is the id you gave your tabstrip, which is set with the “name” method like follow