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
40
How to make custom filter of xamGrid display formatting strings
posted

Hi all,

I have a xamGrid where one of the columns contains value from enum. For example, I have an enum Gender with values F and M. To make my grid more user friendly, new converter was introduced to convert values M and F to Male and Female correspondingly. But in Custom Filter window I still see F and M values instead of Female and Male. Both methods Convert and Convert back are implemented correctly.

How can I change displaying of these values in Custom Filter?

Parents
No Data
Reply Children