I have a SL 4 app with Infrigistics 2011 to use XamComboEditor in following way:xaml is:<ig:XamComboEditor IsEditable="False" ItemsSource="{Binding MyList}" CheckBoxVisibility="Collapsed"SelectedItem="{Binding MyItem, Mode=TwoWay,FallbackValue='='}"AllowMultipleSelection="False"></ig:XamComboEditor>data binding for this XamComboEditor is:List<string> MyList = new List<string>();MyList.Add("= ");MyList.Add("!=");MyList.Add("<=");MyList.Add(">=");MyList.Add("<");MyList.Add(">");when run the app, it is fine, users can see the operators in dropdown like:=!=<=>=<>but after upgrade this app to SL5 with Infrisgistics 2012, the display for the dropdown become:222211not sure why. How to fix it quicky?
Thanks for the info.
Hello,
I have been looking into your issue and I can suggest you look through the following forum thread where this is already discussed :
http://ko.infragistics.com/community/forums/t/54920.aspx
If you need any further assistance on this matter, feel free to ask.