This question is locked. New answers and comments are not allowed.
Sasikanth KS
Top achievements
Rank 1
Sasikanth KS
asked on 21 Dec 2009, 08:04 AM
Hi,
Is there any way to configureTabStrip from right to left instead of left to right.
Thanks
--Sasi
Is there any way to configureTabStrip from right to left instead of left to right.
Thanks
--Sasi
4 Answers, 1 is accepted
0
Hi Sasikanth,
You can use the attached telerik.common.css and add to the tabstrip declaration the following CSS class:
.HtmlAttributes(new {
@class = "t-tabstrip-rtl"
})
Sincerely yours,
Alex
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
You can use the attached telerik.common.css and add to the tabstrip declaration the following CSS class:
.HtmlAttributes(new {
@class = "t-tabstrip-rtl"
})
Sincerely yours,
Alex
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sasikanth KS
Top achievements
Rank 1
answered on 22 Dec 2009, 07:55 AM
Hi,
Thanks for the reply, please check the screenshot what I am exactly look for, the tab should render from right side, the attached css is only rendering the tabs in the right to left at the left hand side but it should render at right side.
Thanks,
--Sasi
Thanks for the reply, please check the screenshot what I am exactly look for, the tab should render from right side, the attached css is only rendering the tabs in the right to left at the left hand side but it should render at right side.
Thanks,
--Sasi
0
Hi Sasikanth,
If you don't need RTL support, this simple CSS should be enough:
.t-tabstrip .t-reset { text-align: right; }
Kind regards,
Alex
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
If you don't need RTL support, this simple CSS should be enough:
.t-tabstrip .t-reset { text-align: right; }
Kind regards,
Alex
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sasikanth KS
Top achievements
Rank 1
answered on 22 Dec 2009, 01:27 PM
Hi,
Thanks, it is working.
Thanks,
--Sasi
Thanks, it is working.
Thanks,
--Sasi