Hi all,
I have a grid with a combobox column and I have come to realize that filtering a combobox grid column is a problem. The only way to clear the filter in these types of column is to enter a blank value in the 'Custom' option. If I use the 'NoFilter' option, it works temporarily until I renable the filter, in which case I have the same issue. Has anyone else faced the same problem?
I tried the following methods: -
- Add a blank entry at the top of the combobox before binding. I was hoping somehow I can capture when the user selects this blank value and clear the filter, but I haven't been able to do so (from within the filterchanged event).
- I tried to capture when users select the 'NoFilter' option and clear the existing filter expression but that doesn't seem to work either.
If anyone has come across this scenario, please post the solution (and code if available). Thanks!
Regards,
MP