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

DocumentoHost Without Tab Item

6 Answers 157 Views
Docking
This is a migrated thread and some comments may be shown as answers.
mvbaffa
Top achievements
Rank 1
mvbaffa asked on 04 Feb 2010, 08:21 PM
I would like to show a RadDocumentPane without the Tab Item.

What I have is single a Document and a right pane sliding to show additional information, so I do not want the tab Item in the main Document.

Is it possible ???

Thanks in advance

6 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 05 Feb 2010, 01:58 PM
Hi mvbaffa,

Thank you for contacting us.

Could you please be more specific which Tab Item you want to remove from the RadDocumentPane. A screenshot will be really helpful.

Looking forward to your reply.


Kind regards,
Konstantina
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Neil Labbé de Montais
Top achievements
Rank 1
answered on 05 Feb 2010, 02:51 PM
I think he means like this (see picture) - taking away or making invisible the tab of the documentHost pane.

if that's the case, i add theses properties :

<telerik:RadPane x:Name="radHostPane1" Header="Project1" Visibility="Collapsed"  CanUserClose="False"

Neil
0
mvbaffa
Top achievements
Rank 1
answered on 05 Feb 2010, 07:05 PM

Hi,

Thanks for you answers but I made it like this:

 
<radDock:RadDocking>
<radDock:RadDocking.DocumentHost>
      <TextBlock Text="main Document" />
 </radDock:RadDocking.DocumentHost>
 <radDock:RadSplitContainer radDock:DockingPanel.InitialSize="200,200" MaxWidth="679"
                                               x:Name="RightContainer" InitialPosition="DockedRight">
     <radDock:RadPaneGroup x:Name="Group2">
       <radDock:RadPane x:Name="Pane3" Header="Title" CanFloat="False"
                                      CanUserClose="False" CanUserPin="True" IsPinned="False">
           <TextBlock Text="Sliding Document" />
      </radDock:RadPane>
    </radDock:RadPaneGroup>
 </radDock:RadSplitContainer>
</radDock:RadDocking>

When Pane3 is opened, if it is not pinned, when it looses the focus it is closed automatically. I would like to maintain Pane3 Opened, even when it looses the focus.In some occasions the user may not want to pin Pane3 but wants to maintain it opened.

The default behaviour is to close Pane3 when It  looses the focus. How can I change it ???

If this can be done I would have to be capable of closing the pane explicitilly using a button in my pane, for instance. Is there a method to close a pane ???

Thanks in advance

 

0
Konstantina
Telerik team
answered on 08 Feb 2010, 11:59 AM
Hello Marcus,

Thank you for contacting us.

The expected behavior of an unpinned pane is to hide when loses focus. To stay open, the pane should be pinned. We will consider expanding that behavior in one of our future releases, but we cannot give a certain time frame.

If you have any other questions please feel free to ask again.

Kind regards,
Konstantina
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
BHASKAR SALADi
Top achievements
Rank 1
answered on 23 Mar 2010, 09:57 AM
Hi Support,

I have a requirement like sliding pane in lefthand menu.How can i acheive this.(Ex:solution explorer in visualstudio.).please have a look on image which i have attached.Please reply ASAP,very urgent.thanks in advance.


Regards,
BHASKAR
0
Konstantina
Telerik team
answered on 25 Mar 2010, 03:05 PM
Hi BHASKAR,

Thank you for contacting us.

Could you please go through this online demo and let us know if that fulfills your requirements.

If you need further assistance 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.
Tags
Docking
Asked by
mvbaffa
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Neil Labbé de Montais
Top achievements
Rank 1
mvbaffa
Top achievements
Rank 1
BHASKAR SALADi
Top achievements
Rank 1
Share this question
or