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

Header getting lost in Floating Mode

1 Answer 36 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Dennis
Top achievements
Rank 1
Dennis asked on 06 Mar 2011, 09:40 AM
Hi,

I am facing a problem that when my radpane is in a Floating mode the data in the header is not visible. Below is the code i am using:


<UserControl x:Class="Docking_Quad.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
    mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480"
    xmlns:telerikDocking="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking">
  <Grid x:Name="LayoutRoot" ShowGridLines="True">
        <telerikDocking:RadDocking Margin="0,0,0,0" Grid.Row="1" Unpin="RadDocking_Unpin" Pin="RadDocking_Pin" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="{x:Null}" HasDocumentHost="False">
            <telerikDocking:RadSplitContainer InitialPosition="DockedBottom" >
                <telerikDocking:RadPaneGroup>
                    <telerikDocking:RadPane Header="Data Chart" >
                        <Button />
                    </telerikDocking:RadPane>
                </telerikDocking:RadPaneGroup>
                <telerikDocking:RadPaneGroup>
                    <telerikDocking:RadPane Header="Data Chart2">
                        <Button />
                    </telerikDocking:RadPane>
                    </telerikDocking:RadPaneGroup>
                    <telerikDocking:RadPaneGroup>
                        <telerikDocking:RadPane Header="Detail Map">
                            <Button />
                        </telerikDocking:RadPane>
                    </telerikDocking:RadPaneGroup>
                
            </telerikDocking:RadSplitContainer>
            <telerikDocking:RadSplitContainer InitialPosition="DockedBottom" >
                <telerikDocking:RadPaneGroup>
                    <telerikDocking:RadPane Header="Data Chart" >
                        <Button />
                    </telerikDocking:RadPane>
                </telerikDocking:RadPaneGroup>
                <telerikDocking:RadPaneGroup>
                    <telerikDocking:RadPane Header="Data Chart2">
                        <Button />
                    </telerikDocking:RadPane>
                </telerikDocking:RadPaneGroup>
                <telerikDocking:RadPaneGroup>
                        <telerikDocking:RadPane Header="Detail Map">
                            <Button />
                        </telerikDocking:RadPane>
                    </telerikDocking:RadPaneGroup>
               
            </telerikDocking:RadSplitContainer>
            <telerikDocking:RadSplitContainer InitialPosition="DockedBottom" >
                <telerikDocking:RadPaneGroup>
                    <telerikDocking:RadPane Header="Data Chart" >
                        <Button />
                    </telerikDocking:RadPane>
                </telerikDocking:RadPaneGroup>
                <telerikDocking:RadPaneGroup>
                    <telerikDocking:RadPane Header="Data Chart2">
                        <Button />
                    </telerikDocking:RadPane>
                </telerikDocking:RadPaneGroup>
                <telerikDocking:RadPaneGroup>
                    <telerikDocking:RadPane Header="Detail Map">
                        <Button />
                    </telerikDocking:RadPane>
                </telerikDocking:RadPaneGroup>
            </telerikDocking:RadSplitContainer>
        </telerikDocking:RadDocking>
    </Grid>
</UserControl>

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 10 Mar 2011, 11:01 AM
Hello David,

 
I am not sure I understand your scenario. What do you mean by losing the header data? I cannot find the code where you bind a header of a RadPane. Could you please send us a screenshot with the problem? It would be very helpful to pinpoint the problem.

Best wishes,
George
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Docking
Asked by
Dennis
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or