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

Rad tab strip reorder problem

1 Answer 64 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Saravanan
Top achievements
Rank 1
Saravanan asked on 22 Sep 2010, 08:52 AM
Hi,
i have a problem to reorder the tabs in radtabstrip.
I tried lots of ways to do the reorder tabs, but i couldn't got the solutions.
below is the rabtabstrip tag
<div runat="server" id="menuDiv">
                                    <telerik:RadAjaxPanel runat="server" ID="RadAjaxPanel1" EnableAJAX="true">
                                        <telerik:RadTabStrip ID="emrTab" runat="server" OnClientTabSelected="tabSelect" Orientation="HorizontalTop"
                                            SelectedIndex="0" ReorderTabsOnSelect="true" Skin="Vista" Width="1000" ClickSelectedTab="true" EnableSubLevelStyles="true">                                            
                                        </telerik:RadTabStrip>
                                    </telerik:RadAjaxPanel>
                                </div>


in this tabstrip i have added 15 tabs.

Thanks and regards
Saravanan

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 24 Sep 2010, 10:04 AM
Hello Saravanan,

You should set IsBreak property to the tab that will start on a new row and the reorder will work as expected.

Regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TabStrip
Asked by
Saravanan
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or