Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Disabling ribbon customisation
posted

Is there a way to disable ribbon and QAT customisation in Silverlight?

I tried the following, but the customisation dialog still appears:

 <ig:XamRibbon HorizontalAlignment="Left" Name="xamRibbon1" VerticalAlignment="Top" >
            <ig:XamRibbon.RibbonCustomizationDialogWindow>
                <ig:XamRibbonCustomizationDialogWindow AllowQATToolCustomization="False" AllowRibbonToolCustomization="False"/>
            </ig:XamRibbon.RibbonCustomizationDialogWindow>
            <ig:XamRibbon.Tabs>
                <ig:XamRibbonTabItem Header="Tab1">
                    <ig:XamRibbonGroup Caption="Group 1">
                        <ig:ButtonTool Caption="Button 1" />
                        <ig:ButtonTool Caption="Button 2" />
                    </ig:XamRibbonGroup>
                    <ig:XamRibbonGroup Caption="Group 2">
                        <ig:ButtonTool Caption="Button 3" />
                        <ig:ButtonTool Caption="Button 4" />
                    </ig:XamRibbonGroup>
                </ig:XamRibbonTabItem>
            </ig:XamRibbon.Tabs>         </ig:XamRibbon>
Parents
No Data
Reply
  • 138253
    Offline posted

    Hello,

     

    I have logged this with development under ID: 117829 and I have also created a support ticket on your behalf: CAS-96910-MF71N2 and have linked the development issue to it, so that you can get automatically updated, when a Service Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads

     

    You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://es.infragistics.com/Membership/MySupport.aspx

Children
No Data