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

RadPane content disappears after docking it

1 Answer 71 Views
Docking
This is a migrated thread and some comments may be shown as answers.
N
Top achievements
Rank 1
N asked on 24 Oct 2012, 05:31 PM
Hi,

I am using Docking control on my xaml page. I have a RadPane which is set to be docked right when page loads. 

 <RadSplitContainer Dock="DockedRight" Width="240">
      <Items>
        <RadPaneGroup>
          <Items>
            <RadPane SerializationTag="pane1" IsPinned="True" IsDockable="True" Header="pane1" CanUserClose="False" />
          </Items>
        </RadPaneGroup>
      </Items>
    </RadSplitContainer>

After pageload, I tried to undock this Pane. When I tried to dock it back the content of this pane disappeared. if I undock it again, I can see the content but when dock it back it disappears.

Can someone help me with this issue?

Thanks 

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 30 Oct 2012, 06:03 AM
Hi,

We have tried to reproduce the issue, but with no luck. Usually setting SerializationTag should keep the content when loading and you should not loose it afterwords. So it would be great if you could send us a simple project or code where the issue can be reproduced. It also depends on the layout of the RadDocking and how the content of the control is lost so more info on it can also be of help.

Regards,
Georgi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Docking
Asked by
N
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or