I'm using 14.1 XamComboEditor and the EmptyText property does not exist. it's throwing design time errors in VS2012 .Net 4 project. Also, Intellisense is not picking XamComboEditor.ItemTemplate as valid either. Would anyone have any thoughts or suggestions? I'm just doing a simple MVVM multi column dropdown combo.
This is the URL i'm referencing in my XAML: hthttp://help.infragistics.com/Help/Doc/WPF/2014.1/CLR4.0/html/xamComboEditor_Working_with_ItemTemplate.html
As a side question, is local help available for 14.1? If not, when?
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Picture perfect! Thank you Stefan!
I created a sample project for your code and set the DisplayMemberPath as I suggested you in my previous post and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Looking forward for your reply.
DisplayMemberPath="{Binding Attributes[Display].Value}" has no change in results
DisplayMemberPath="Attributes[Display].Value" displays a blank
Would Infragistics have a supporting example?
I can suggest you set the XamComboEditor's DisplayMemberPath Property to "Attributes[Display].Value" in order to be able to show the selected item's value. Please let me know if this helps you or you have further questions on this matter.