So, using a converter seems simple BUT...
I have a field, bound to "Activity" and the value is "ABC" and I have a converter that converts the value to "A B C".
If I don't use the converter, the xamdatagrid displays "ABC". If I use the converter, nothing is displayed for Activity.
If I DEBUG, I can see the converter being called and the correct value is being returned.
So, if the converter IS returning the correct value, how do I get it to display.
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking into it and I can say that both Field and UnboundField have Converter Property which you can use. The Convert method is called every time the value is get and the ComnvertBack method is called when the value is edited and updated. I created a sample project for you showing how to use Convert with both Field and UnboundField. Please let us know if this helps you or you have further questions on this matter.
Looking forward for your reply.
Do converters HAVE to convert AND convert back?
Do I HAVE to use field settings to get the converter to work?
Can a converter work for both a Field and an UnboundField?
This should be way simpler than it is...