This question is locked. New answers and comments are not allowed.
Hi,
I have a RadGridView column to which I have applied a ValueConverter. Everyting works fine accept filtering which does not work when the Operator Filters are used as they expect the original values rather than the converted values.
For example I convert "1" to "Yes". Distinct Filters work but if I choose Show rows with value that Is equal to "Yes" then no rows are returned. If I choose Show rows with value that Is equal to "1" then the rows displaying "Yes" are returned.
I have seen a few threads on this but I would like some clarity as to where things at the current release. I realise I could re-write the view model to make the convertion but this is not ideal.
Regards,
Andy Newland
I have a RadGridView column to which I have applied a ValueConverter. Everyting works fine accept filtering which does not work when the Operator Filters are used as they expect the original values rather than the converted values.
For example I convert "1" to "Yes". Distinct Filters work but if I choose Show rows with value that Is equal to "Yes" then no rows are returned. If I choose Show rows with value that Is equal to "1" then the rows displaying "Yes" are returned.
I have seen a few threads on this but I would like some clarity as to where things at the current release. I realise I could re-write the view model to make the convertion but this is not ideal.
Regards,
Andy Newland