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

Adding several dockings to TabControl

3 Answers 45 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Ludovic Gerbault
Top achievements
Rank 1
Ludovic Gerbault asked on 22 Jul 2011, 01:32 PM
Hi

Here's my situation.

I have several identical RadDocking objects containing each its own dynamically added content.
First, I tried to add them in a Raddocking container, but I read that nested raddockink weren't possible.

So I changed my scenario to have them each inside a radtabitem of a radtabcontrol.
There are no errors, but the content just isn't showing, even though it has been added to the radtabitem, I made sure of it.

Is it not possible as well or am I missing something ?

3 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 26 Jul 2011, 01:08 PM
Hi Subileau Pascal,

We are not aware of such an existing issue. Could you please take a look at the attached project and let me know if I am missing anything. I'd be glad to further assist you.

Regards,
Kiril Stanoev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Ludovic Gerbault
Top achievements
Rank 1
answered on 27 Jul 2011, 11:00 AM
I'd take a look at your example, but just so you know, in my scenario, everything is done in code behind.

The creation of the tabcontrol and the tabitem, how it's added to the visual tree, the creation of the docking and their content,

My xaml looks like

<UserControl>
<Grid x:Name="layoutroot">
</Grid>
</UserControl>
0
Kiril Stanoev
Telerik team
answered on 27 Jul 2011, 12:53 PM
Hi Subileau Pascal,

Could you please send us an application reproducing the issue. This way we will be better able to determine the cause for the problem and assist you properly. Thank you for your cooperation.

Regards,
Kiril Stanoev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
TabControl
Asked by
Ludovic Gerbault
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Ludovic Gerbault
Top achievements
Rank 1
Share this question
or