I have a grid that shows data from a view, which contains an outer join, showing quite a few Boolean fields, which can also be null.
The grid filter for these columns only shows true or false, so if a user is not aware of how null values work, they may accidentally filter out records they didn't want to.
How can I get the filter to show a null option as well?
Thanks