Hi Infragistics Team,
Am using XamRibbon in my application. In one of my task, i need to bind an Enum values to the XamRibbon's ComboEditorTool. Am struck. Can you help in achieving this?
For your reference am using MVVM pattern.
Note: Am creating ComboEditorTool in code at RUNTIME. So i want to bind the Enum also in code. Help me.
Regards,
Sify
Wow. Thank you so much for your simple sample!
Hi Sify,
I’m attaching a sample that I created using an enum converter in conjunction with a helper class that Mihail described on this forum site.
http://community.infragistics.com/forums/p/43586/240446.aspx#
You’ll see the same ItemsSource is being used for the Ribbon ComboEditorTool and the xamComboEditor.
Let me know if you have any questions.