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

RadDocumentPane close button not showing

1 Answer 45 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dominique BOYER
Top achievements
Rank 1
Dominique BOYER asked on 26 Jun 2013, 01:20 PM
Hi,

I have a problem after migrating from old telerik Silverlight controls (SL4) to the new one (SL5).

the close button of RadDocumentPane doesn't appear anymore, I tried to set CanUserClose="True" but it didn't helps.

Even with static RadPanes the close button doesn't appears in the VS designer (I don't use custom styles).

Here is my code :
<telerik1:RadDocking.DocumentHost>
 <telerik1:RadPaneGroup
  DropDownDisplayMode="Visible" SelectionChanged="RadPaneGroup_SelectionChanged"
  AllowDragOverTab="False" AllowDragReorder="False" AllowDrop="False" AllTabsEqualHeight="True">
  <telerik1:RadDocumentPane Header="Test" CanUserClose="True" />
 </telerik1:RadPaneGroup>
</telerik1:RadDocking.DocumentHost>

1 Answer, 1 is accepted

Sort by
0
Dominique BOYER
Top achievements
Rank 1
answered on 26 Jun 2013, 03:58 PM
Ok i've fixed it by adding a RadSplitContainer Inside the RadDocumentHost (this wasn't needed in past telerik controls).
Tags
GridView
Asked by
Dominique BOYER
Top achievements
Rank 1
Answers by
Dominique BOYER
Top achievements
Rank 1
Share this question
or