RadPane redlineBottomPane = new RadPane();
redlineBottomPane.Name = "rpnBottomRedline";
redlineBottomPane.Header = "Redline Sessions";
redlineBottomPane.Title = "Redline Sessions";
redlineBottomPane.CanUserClose = false;
redlineBottomPane.CanDockInDocumentHost = true;
redlineBottomPane.IsPinned = true;
Telerik.Windows.Controls.RadDocking.SetSerializationTag(redlineBottomPane, "RedlinePluginPane");
Please let me know what is wrong with this. Thanks in advance.
7 Answers, 1 is accepted
I tried to reproduce the problem, but to no avail. Attached you can find the sample. Could you please let me know if I am doing something wrong.
I will be glad to assist you further.
George
the Telerik team

In my application, I am creating a RadDocumentPane (that will not be saved) and adding it to my documentGroup. Now the strange thing here is that if I call radDocking1.LoadLayout(stream) then I can't get my RadDocumentPane to display. It is created and there are no errors, but it never displays anywhere. However, if I comment out the LoadLayout line, then the new RadDocumentPane appears without any problems.
Does anyone have any ideas on what I may be missing here?
Thanks,
Lee
We are aware of this problem with RadDocking control. This issue is relative to the following one - http://www.telerik.com/support/pits.aspx#/public/wpf/3824 We will fix this bug in one of our future releases.
Sorry for any inconvenience caused.
George
the Telerik team

I think I misunderstood your scenario. Could you please give us some more details about the problem? I will be glad to help you. If you send me a sample project or instructions to reproduce the issue, it would be very helpful in further pinpointing and resolving the problem.
I will be glad to assist you further.
George
the Telerik team

Could you please give us more information how do you define the RadDocking control in the xaml? Also, how do you add a new document pane to the RadDocking control? I tried to reproduce the problem, but to no avail. Please, double check that you set SerializationTag to the RadPaneGroup when you want to add the new pane.
Attached you can find the sample. I hope this helps. Please do not hesitate to contact us if you require any further information.
George
the Telerik team