I am using a ComboBoxColumn in my grid, and also allowing filtering on that column. My ComboBoxColumn uses the DisplayMember and ValueMember settings to show the correct text in the cells, which all works very well.
However, when the user sets a filter on the column, such as "Equal to", they are able to select a value from a dropdownlist, which is great, but after selecting a value, the filter display reverts to the numeric value of their choice, instead of using the DisplayName property to display the corresponding text. Is there a way to display the DisplayName value in the filter cell?
Thanks,
Rachel