HI Team,
I wanted to override the theme of RadDocking Control.
I'm using DocumentHost and RadDocumentPane with properties IsDockable="False" CanFloat="False" CanUserClose="False" CanUserPin="False" but after that in the application Border is coming with thickness "2" .
I used snoop tool where if I set this thickness to 0 then border goes away but when I make changes in RadDockingDocument Style BorderLayer3 control to 0 it doesn't work .
Please help me to remove the border in case we use DocumentHost.
<telerik:RadDocking.DocumentHost>
<telerik:RadSplitContainer Margin="0,0,0,0" BorderThickness="0" Padding="0">
<telerik:RadPaneGroup BorderThickness="0" >
<telerik:RadDocumentPane Style="{StaticResource LayoutRadDocument}" PaneHeaderVisibility="Collapsed" telerik:RadDocking.SerializationTag="AnotherDocPane" Background="Transparent" Margin="0,0,0,0" BorderThickness="0" Padding="0" Header="DocPane" Visibility="Collapsed" IsDockable="False" CanFloat="False" ContextMenuTemplate="{x:Null}" CanUserClose="False" CanUserPin="False">
<Grid x:Name="RighHandColumn">
Please look into the SS.