Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
800
XamDataGrid Field Converter
posted

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.