Browse By Tags

  • Disabling ribbon customisation

    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"…
  • XamRibbon RibbonTabControl Header backgorund

    Hi

    I tried to find out something in the IG.XamRibbon.xaml to change the backgorund strip of the TabControlHeader but nothing. How can I do this ??

     

    Thanks

  • XamComboEditor inside XamRibbon - SelectionChanged Event issues

    hi,

    selection changed event for xamcomboeditor tool doesnot fire in the following sequence.

    select 2,3,4(selection changed event gets fired)

    unselect 3,4 (selection changed event doesnot get fired)

    is there a way to know which item has been unselected…

  • Remove RibbonTools

    hi,

    i am using the following code to remove  ribbontools from ribbongroup, but it doesnot work.

     

    RibbonControl.FindGroupById("").Tools.Remove((

     

    RibbonTool)RibbonControl.FindToolById(""));

    Following is the heirarchy of…

  • XamComboEditor inside a XamRIbbon

    Hi,

     

    I am using a xamcomboeditor inside a xamribbon.Followed the following sample

    http://forums.infragistics.com/forums/p/50014/263304.aspx

    how do we get selecteditems of xamcomboeditortool?

    thanks.

  • XamRibbon 11.2: Disabled Ribbon Images

    How can I set a enabled and disabled image for the buttontools, so that depending on the enabled/disabled state, the corresponding image is displayed?

  • ToolTip

    Hello,

    Is there any way to set ToolTip to xamRibbon controls (ButtonTool for example)?

    ToolTipService doesn't work because RibbonTool is not a UIElement.

  • Silverlight 12.1. RibbonTool. NullReferenceException when setting Command to null.

    Hello,

    It seems that there is a bug in the RibbonTool class. NullReferenceException is raised when setting the Command property to null. Can you please fix it in the upcoming service release?

    Thanks,

    Gary

     

  • I need to hide the quick assess tool bar and I don't see a way to do it????

    I checked the xaml for the actual control yet I do not see anything tagging the quick access toolbar.

    In our application we would like to hide it as well as the application menu.

    Anyone???

  • Can I open a menu tab from code behind

    Hi,

    I'm using XamRibbonApplicationMenu2010 and want to open a specific Office2010ApplicationMenuTabTool from code behind. Is it possible to achieve? Thanks.

  • The problem with bindings to CheckBoxTool

    Good afternoon.
    Using ig: XamRibbon.

    <ig:XamRibbon Grid.Row="0" x:Name="MyRibbon"...>
       <ig:XamRibbon.Tabs ...>
         <ig:XamRibbonTabItem ...>
           <ig:XamRibbonGroup Id="ColumnSettingsGroup"..>
           
             <ig:CheckBoxTool…

  • Customizing Resources on XamRibbon does not work?

    Hi,

    I am trying to customize the resource strings of the XamRibbon the same way I as I id on XamGrid but it doesn't work. 

     

    As you can see it works on grid but doesn't on ribbon.

    Any help would be appreciated.

    Best regards,

    Ingo

     

  • SegmentedMenuTool

    Hi!

    I have a weird question/problem...

    In a SegmentedMenuTool I need to Disable only the Button part and not the menu part.

    Setting IsEnabled to False disables all.

    Can this be done? how?

  • Ribbon Control Performance

    I tried to upgrade from v11.2 to v12.1 and realize that when I select a tab on a ribbon that contains several tools it takes more time to show the content of the tab. 

  • How to put a ToggleButton on ribbon?

    I didn't see any ToogleButton available that I can put on the ribbon, is this supported? Thanks.
  • Supress silverlight default context menu on ApplicationMenu2010

    Hi,

    is there a way to supress the default silverlight context menu on the ApplicationMenu2010? I tried to attach an empty XamContextMenu to it, but this didn't work.

    Best regards,

    Stefan

  • Change background of Ribbon (Application menu, QuickAccessToolbar...)

    Could we change background of Ribbon like application menu, tab, quickacess toolbar... in xaml or code behind? I try to change in xaml but it has no affect.

    Have any way to change backgroud or style of ribbon?

    Thanks

    Han

  • Gallery-Item

    Is there a way to adjust the image size of the GalleryTool items? The image on the GalleryItems is to small to be readable for my application, I need to set it bigger.

     

    Thanks!

     

     

  • Begin a Group for tools in Ribbon

    There is a property in the Windows Form version of the Ribbon "Begin a Group" that puts a line and starts layout on the next column.  Is there a similar feature in the Silverlight version of the Ribbon?  Or can a custom control be created that…

  • Show Hide XamRibbonGroup

    I have a requirement to show or hide the ribbon group(s) based on the active content in the XamDockManager. We had visibility attribute for the controls in WPF, but I could not see it in Silverlight. Please help

     

  • MenuTool Visibility

    Hi,

    Is there any way how to change visibility of MenuTool that contains GalleryTool?  I need to dynamically hide MenuTool if  GalleryTool Items collection is empty.

    Thanks

  • Combo Box inside XamRibbon for SIlverlight Controls 10.3

    Hi - I read about getting a combo box inside a ribbon bar and that it is possible. However, the topic was a bit outdated.

     

    Can you provide me with sample code for the best way of doing this in version 10.3.

     

    Thanks,

  • xamRibbon: GalleryItem Context Menu

    Hello,


    I recently had a question on how to display a Context Menu for a Gallery Item in the XamRibbon.


    Sincerely,
    Valerie
    Developer Support Engineer
    Infragistics
    www.infragistics.com/support
  • GalleryItem Context Menu

    Hi,

     

    Is there any way how to display context menu for the GalleryItem?

    I have tried to use the following XAML but it does not work,

     

     <ig:GalleryTool Caption="Views Gallery">

                                    <ig:GalleryItem Text="Yesterday" Image…