Browse By Tags

  • ApplicationMenu, Binding and the things that are displayed

    Hello!

    I am trying to do the following. I have an ApplicationMenu, where the ItemsSource is set to a list of ViewModels. They will be displayed in the application menu as desired. Those view models have children. But the children of these view models…

  • "Checks" Not Rendered When Using ToggleButtonTool as DataTemplate for MenuTool

    I can create a MenuTool in the 'traditional' manner and it works fine in this toolbar. As example:

    <Ribbon:MenuTool Caption="Something"
                     Ribbon:RibbonGroup.MaximumSize="ImageAndTextNormal">
      <Ribbon:ToggleButtonTool Caption…

  • A Sample Sales Reporting Application Built Using Silverlight

    Many customers are choosing Silverlight for building line of business applications because of the productivity of the platform and the rich interaction it enables. We offer fully-featured products in the Silverlight area, including standard line of business…

  • ContextualTabGroups and Tabs DataBinding

    In a composite application, our modules can register their own tabs and controls into the XamRibbon control. The arcitecture is bases on the Movel View ViewModel. Therefore we would like to be able to bind the ContextualTabGroups and Tabs to our ViewModel…

  • Ribbon ComboBox Editor how to bind to a class

    I'm trying to figure out how to bind the Ribbons Conbobox editor to an object. I have the ItemsSource working ok, but I can't seem to figure out how to get the selecteditem to bind to the class. 

     

     

     

    <igRibbon:ComboEditorTool Capti…

  • DataBind XamRibbon.Tabs to view-model

    We are evaluating the XamRibbon for use in one of our applications, and we have a string MVVM architecture.

    Additionally, our UI is also considere to be 'data', in that, our domain determines what tabs will appear in the XamRibbon.

    As such,…

  • Re: Ribbon ComboBox Editor how to bind to a class

    I just tried binding to SelectedItem but that doesn't seem to work either. I probably have at least 10 combos in the ribbon where I will need to do this with objects and 3-4 combos using enums. I included the classes and some code in a separate email…

  • XamScreenTip binding to ButtonTool command

    I would like to bind the text of XamScreenTips to a sting in the command for the related ButtonTool. This will allow me to display messages in the screen tip when a user rolls over a disabled button that would explain why it is disabled (ie: 'You need…

  • Binding RibbonTabItem doesn't render correctly

    Hi,

    I try to render ContextualTabs through data binding by binding the Content property of a RibbonTabItem and defining a DataTemplate for those property types. Binding works but the RibbonTabItem is not rendered correctly.

    I've attached the sample…