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
95
Columns created in code behind do not call ConvertBack in Converter
posted

Hi,

I have a xamgrid that is built with code behind columns.  They work fine, however if I use a Converter, the column never calls the ConvertBack() method, however the Convert() method does get called.

This may be because codebehind columns are defaulted to OneWay Binding, but I do not know how to set the binding mode in code behind.

If it is not the binding mode I don't know what could be causing this, any help would be appreciated.

Thanks,

Chad

Parents Reply Children
No Data