This is a migrated thread and some comments may be shown as answers.

Content in Top Right of TabStrip

1 Answer 36 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Siward Land
Top achievements
Rank 1
Siward Land asked on 23 Sep 2010, 05:26 PM
I have a left-aligned horizontal Radtabstrip.  I would like to put buttons and/or hyperlinks in the free space on the right side of the tabs.

It is the same as the 'Instructions' button with the tabs on the following page under the 'Example Source Code & Description' section:
http://demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/loadondemand/defaultcs.aspx



Any help would be appreciated.

1 Answer, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 23 Sep 2010, 07:18 PM
Hello Siward,

If you want to place content of the right of the TabStrip, you would do something like this:

<asp:HyperLink ID="lnkTest" runat="server" Text="Information" Style="float:right;" />
<telerik:RadTabStrip ID="RadTabStrip1" runat="server">
</telerik:RadTabStrip>

All you need to do is float the the content you want on the right side using "float:right". You can adjust it to your situation, but remember that whatever is supposed to be on it's right side must come before the RadTabStrip control.

I hope that helps.
Tags
TabStrip
Asked by
Siward Land
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or