Shane
Posted on Mar 24, 2009
(permalink)
I have a RadTabStrip tabs are added dynamically and the users have a tab which allows them to delete a tab. When a tab is deleted the child tabs of the adjacant tab re-order.
I have cut down an example which displays the error.
HTML:
c# Postback
If I delete the "Inquiry (Forestry and Mining of Tiwi Islands)" tab. The tabs indicated above change order visually.
Any help would be appreciated.
Reply
Answer
Telerik Admin
Posted on Mar 24, 2009
(permalink)
Hello Shane,
The problem is caused by the TabTemplate that you use for the second root tab. Here's your modified code snippet that works as expected.
Regards,
Paul
the Telerik team
Check out
Telerik Trainer , the state of the art learning tool for Telerik products.
Reply