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

Ribbon Quick Access Toolbar Customise Menu Options Disabled

1 Answer 45 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Graeme Garrett
Top achievements
Rank 1
Graeme Garrett asked on 16 Mar 2012, 11:15 AM
In a posting entitled Quick Access Menu Questions started on Dec 9, 2011 it was reported that the Customise options of Minimise Ribbon and Show QAT Above/Below the Ribbon can appear disabled.  I have had a similar problem and it appears to relate to an issue with docking controls.
If you take the example source posted in the zip file attached to Tina's reply on Dec 15 and add a reference to the Docking assembly then add the following to the xaml
<telerik:RadDocking Grid.Row="1">
<telerik:RadDocking.DocumentHost>
    <telerik:RadPaneGroup>
      <telerik:RadDocumentPane/>
      <telerik:RadDocumentPane/>
    </telerik:RadPaneGroup>
  </telerik:RadDocking.DocumentHost>
</telerik:RadDocking>

between the end of the RadRibbonView and the Grid, run the app in a browser and the customise menu options on the QAT are disabled until the second RadDocumentPane is made visible.

I'm using Q3 2011 libraries, in IE9 on Windows 7.

Can anyone else reproduce this behaviour or suggest a workaround?

Graeme

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 21 Mar 2012, 10:50 AM
Hi Graeme,

Thank you for this report. The issue is already fixed and the fix will be available with the upcoming Q1 2012 SP1 release. Once it's out, you can give it a try on your side as well and let us know if you still experience any issues.

Regards,
Tina Stancheva
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
RibbonView and RibbonWindow
Asked by
Graeme Garrett
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or