Hi guys,
is there a way to set the "IsSynchronizedWithCurrentItem" on the new XamComboEditor?
I need to have the CurrentItem in my ViewModel, and normaly i have used this one, but i don't know how to handle that on the new ones?
<igEditors:XamComboEditor.ComboBoxStyle> <Style TargetType="ComboBox"> <Setter Property="IsSynchronizedWithCurrentItem" Value="True"/>
mfg.
Markus
Hello Markus,
I was just wondering did you have a chance to try my suggestion. If you still need any assistance on the matter, please do not hesitate to ask.
You can try to bind some property in your view model directly to the SelectedItem property of the XamCombоEditor. For example you can take a look at the following link form our feature browser where is shown the XamComboEditor with SelectedItem bound to the corresponding property of the XamGrid:
http://samples.infragistics.com/sllob/combo-box/sl/#/comboeditor-in-xamgrid-control
If you need any additional assistance on this matter please feel free to ask.