This question is locked. New answers and comments are not allowed.
Hi,
I've copy-pasted the following XAML from your online examples. When I run it, I get NullReferenceException at Telerik.Windows.Controls.RadPaneGroup.OnIsInDocumentHostChanged(Boolean oldValue, Boolean newValue). Any idea what I'm doing wrong?
Thanks!
Andrew
I've copy-pasted the following XAML from your online examples. When I run it, I get NullReferenceException at Telerik.Windows.Controls.RadPaneGroup.OnIsInDocumentHostChanged(Boolean oldValue, Boolean newValue). Any idea what I'm doing wrong?
Thanks!
Andrew
<telerik:RadDocking x:Name="docking" Grid.Row="1"> <telerik:RadDocking.DocumentHost> <telerik:RadSplitContainer> <telerik:RadPaneGroup x:Name="radPaneGroup"> <TextBlock FontSize="32" Text="Hello!"></TextBlock> </telerik:RadPaneGroup> </telerik:RadSplitContainer> </telerik:RadDocking.DocumentHost> </telerik:RadDocking>