Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2225
Advanced Filtering - Tooltip issue with boolean values
posted

I have a grid with advanced filtering on. One of the columns can either be true or false. The filter itself works fine and only gives the option of selecting True or False.  However, the tool tip for the filter icon on that field (when filtered) shows the specified bool value twice (i.e. "ColumnName false false", or "ColumnName true true").

The problem appears to be the fact that the user is actually changing the "condition" (i.e. "Starts with", "Ends with", "Contains") field to true or false instead of the actual search value. I think that it would make more sense on a boolean field to have the "condition" value set to "is" and let the user select true or false in the value field. Then the tooltip would display "ColumnName is true", or "ColumnName is false"

It would also be consistent with any other filters someone might have in place. See screen shot.

Thanks,
Tony