Posted 07 Nov 2011 Link to this post
Posted 09 Nov 2011 Link to this post
Posted 10 Nov 2011 Link to this post
Thank you for contacting us. I would suggest setting a SerializationTag attached property to the RadPane. When the layout is loaded, all Docking parts are generated (created) and the objects defined in the xaml are not the same after the load. But we keep the instances if you set serialization tag, and in this way you will be able to change the pane header. Please, refer to the attached project that demonstrates this behavior. I hope this helps.
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Posted 07 Dec 2011 Link to this post
<
telerik:RadDocking
x:Name
=
"dock"
Margin
"0 30 0 0"
>
telerik:RadDocking.DocumentHost
telerik:RadSplitContainer
telerik:RadPaneGroup
telerik:RadPane
"docPane"
Header
"document"
telerik:RadDocking.SerializationTag
"dockPane"
/>
</
"pane1"
"pane"
"dockNormalPane"
private
void
Button_Click(
object
sender, RoutedEventArgs e)
{
this
.docPane.Header =
+ ++count;
.pane1.Header =
}
Posted 12 Dec 2011 Link to this post
We can confirm that this is a bug in our control and we will fix it in our further development. Meanwhile, I would suggest using the RadPane.Title property instead of RadPane.Header. I hope this suits your needs.
Posted 10 Jan 2013 Link to this post
Posted 15 Jan 2013 Link to this post
I tried the given scenario with a sample WPF project and I was unable to reproduce this issue with the 2012.3.1129.40 version. You can find the attached project which is used for testing the given scenario. Could you please give it a try and let me know if I missed something. i am glad to assist you further.
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.