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

How to insert button in the tabstrip header

1 Answer 78 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Narayanarao
Top achievements
Rank 1
Narayanarao asked on 06 Feb 2012, 10:20 AM
Hi Telerik team,

I have a tabstrip with tabs, i wan to additionally add some button onto the tabstrip header (PFA screenshot model replica).  Is it possible to achieve the same.

BEst regards,
Anand.

1 Answer, 1 is accepted

Sort by
0
Accepted
Petur Subev
Telerik team
answered on 09 Feb 2012, 09:10 AM
Hello Narayanarao,

Generally speaking you can add the button dynamically to the TabStrip header using the following jQeury statement.
$("<button style='float:right'>MyButton</button>").prependTo($("#TabStrip"));

The float:right will put the the button at the end of the tabs.


Kind regards,
Petur Subev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
TabStrip
Asked by
Narayanarao
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or