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

tabcontrol reorder animation (browser alike)

6 Answers 92 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Gerrit
Top achievements
Rank 2
Gerrit asked on 07 Jun 2012, 12:18 PM
We would like to have an animation when reordering tabitems in a tabcontrol.
This should preferably look somewhat like reordering tabpages in browsers as chrome or
internet explorer.

is there an example of how to define an animated tabitem sliding to the left or right?
or something like a how-to document?

kind regards,

Gerrit Menkveld

6 Answers, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 08 Jun 2012, 05:21 PM
Hi Gerrit,
Unfortunately there's no straightforward way to enable dragging animations in the RadTabControl, but if you want you could try to use our DragDropManager and manually create them.
I've attached a sample project which shows one way to do this so could you please examine it and if you have further questions feel free to ask.

Regards,
Zarko
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Gerrit
Top achievements
Rank 2
answered on 11 Jun 2012, 02:55 PM
Hi Zarko,

thnx for your reply and sample solution. this does have the basics of what we'd like to implement.
you've put us on the right track!

kind regards,

Gerrit
0
Jesús
Top achievements
Rank 1
answered on 14 Jun 2012, 10:34 AM
The test app it's in SL5, I changed to Sl4 and for me It doesn't work.
When I start a drag it's handled by OnDragInit () by when I got to another tab it doens't work.
What happend with the example?
0
Tina Stancheva
Telerik team
answered on 15 Jun 2012, 08:58 AM
Hi Jesús,

I updated the solution to target SL4 and it works as expected on our side. Let me know if you experience any issues on your side with the updated solution.

Kind regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Paolo
Top achievements
Rank 1
answered on 24 Sep 2012, 07:16 AM
Good work and simple solution!

Just a question... when index switch is performed, remove/insert of dragged item causes unload/reload of tab content... any hint to solve this issue? In my application, reloading tab content will cause useless queries to be executed (and  a busy indicator will be shown during drag :( )...

thanks in advance

Paolo
0
Tina Stancheva
Telerik team
answered on 25 Sep 2012, 02:41 PM
Hello Paolo,

Unfortunately the Insert/Remove operations are the only approach for implementing this scenario. This is why there are no workarounds for the reload of the tabs content.

Greetings,
Tina Stancheva
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

Tags
TabControl
Asked by
Gerrit
Top achievements
Rank 2
Answers by
Zarko
Telerik team
Gerrit
Top achievements
Rank 2
Jesús
Top achievements
Rank 1
Tina Stancheva
Telerik team
Paolo
Top achievements
Rank 1
Share this question
or