Hello,
I'd like to display items in the distinct values part of the FiltertingControl the same way as they are displayed inside the grid (e.g. as images). I thought I could achieve this by replacing the ControlTemplate of the FilteringControl. But as far as I see this isn't easy to achieve because the viewmodel of a distinct value (DistinctValueViewModel) only exposes the property "ConvertedValue" which is always a string representation of the original value. Could you please add a Property (e.g. "Value") to the DistinctValueViewModel class which exposes the original value.
Regards,
Heiko
I'd like to display items in the distinct values part of the FiltertingControl the same way as they are displayed inside the grid (e.g. as images). I thought I could achieve this by replacing the ControlTemplate of the FilteringControl. But as far as I see this isn't easy to achieve because the viewmodel of a distinct value (DistinctValueViewModel) only exposes the property "ConvertedValue" which is always a string representation of the original value. Could you please add a Property (e.g. "Value") to the DistinctValueViewModel class which exposes the original value.
Regards,
Heiko