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

DocumentHost with no panes

3 Answers 118 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Lior ef
Top achievements
Rank 1
Lior ef asked on 14 Feb 2010, 05:00 PM
hi,
i have a simple DockControl XAML:
<radDock:RadDocking FlowDirection="RightToLeft" DockPanel.Dock="Bottom"
                <radDock:RadDocking.DocumentHost> 
                    <radDock:RadPaneGroup> 
                        <radDock:RadPane Header="Bottom Docked Control - Pane #1" CanFloat="true"
                            <TextBlock>Bottom Docked Control - Pane #1</TextBlock> 
                        </radDock:RadPane> 
                         
                        <radDock:RadPane Header="Bottom Docked Control - Pane #2" CanFloat="true"
                            <TextBlock>Bottom Docked Control - Pane #2</TextBlock> 
                        </radDock:RadPane> 
                         
                        <radDock:RadPane Header="Bottom Docked Control - Pane #3" CanFloat="true"
                            <TextBlock>Bottom Docked Control - Pane #3</TextBlock> 
                        </radDock:RadPane> 
                    </radDock:RadPaneGroup> 
                </radDock:RadDocking.DocumentHost> 
            </radDock:RadDocking> 


what happens is when i float (undock) all of the panes from the DocumentHost i can't dock them again in the DocumentHost
only dock them to four sides, the compass doesn't give me the option, it's like the DocumentHost Disappear when it has no Panes
docking inside it, is there a solution to this situation or do i have to make sure that a least on pane will stay in the DocumentHost
so i can dock to it?

thank so much in advance.

3 Answers, 1 is accepted

Sort by
0
Accepted
Konstantina
Telerik team
answered on 17 Feb 2010, 04:34 PM
Hello Lior,

Thank you for contacting us.

We have already added the task to show a Compass for docking in an empty DocumentHost to our TO-DO list. We will do our best to include this feature in one of our future releases.
However, you can use the option Tabbed Document from the menu of the Pane. But, it is available only if the Pane is first docked and then chosen that option.

If you have further questions please feel free to contact us again.

All the best,
Konstantina
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.
0
Lior ef
Top achievements
Rank 1
answered on 21 Feb 2010, 03:13 PM
hi Konstantina,

thanks for answering,
i searched for a list of planned tasks for later versions or a list of known bugs and couldn't find them,
we're considering purchasing the control but because it's still in beta we would like to know what's in plan
for this control...
where can i find something like that?

thanks in advance,

Lior

0
Konstantina
Telerik team
answered on 23 Feb 2010, 10:58 AM
Hi Lior,

Thank you for your interest in our controls.

You can keep track of bugs and fixes with our new system called PITS (Public Issue Tracking System). There you can see the reported bugs, when they will be fixed, feature requests and vote for a request.
For major task and plans for the major releases you can keep track with the Roadmap.
Hope that will give you an overall impression.

If there is something particular in which you are interested, please feel free to ask us, we will be very happy to provide you with more details.

Regards,
Konstantina
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
Docking
Asked by
Lior ef
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Lior ef
Top achievements
Rank 1
Share this question
or