the ComboBox above displays images (which works). But once an Image is selected and focus is lost, the selected image dissapears and is replaced with the member defined in "DisplayMemberPath" property. but i don't want to display a member, I want to display the selected image. And even if DisplayMemberPath is omitted, it still shows a text string ( wich now comes form the ToString() method)..
Is it possible not showing text at all?
/Carl
Hi,
That seems to be a bug in XamComboEditor. If you report the issue to our Developer Support group, they will be sure that you are sent a notification when the issue has been resolved. Sorry for the inconvenience.
I am going through the same issue, and I was wondering if this bug has been fixed. How to confirm with Developers/Support about XamComboEditor?
Do user have access to Bug Tracking/status system or something similar?
Thanks
To contact support you would use the support page. With regards to this specific issue, the render template was setup to use a textblock whose text was bound to the display text. We later added the DisplayValueSource property to the control, so you could set this property to Value.