Version :SNAPSHOT_v8.3d_2012-07-18/LGPL Development Only (built 2012-07-18)
Browsers:FF13, IE9
Problem:
When using ListGrid filter row editor, the filter data is combined with any existing filter criteria on the grid with an AND, but it does not build up the combined expression with the existing criteria treated as a single unit. So, if the existing criteria is something like “A OR B” and you put in something on the filter bar, you get something like “A OR B AND C” which is wrong because the precedence of AND/OR treats this as “A OR (B AND C)” instead of “(A OR B) AND C”.
Browsers:FF13, IE9
Problem:
When using ListGrid filter row editor, the filter data is combined with any existing filter criteria on the grid with an AND, but it does not build up the combined expression with the existing criteria treated as a single unit. So, if the existing criteria is something like “A OR B” and you put in something on the filter bar, you get something like “A OR B AND C” which is wrong because the precedence of AND/OR treats this as “A OR (B AND C)” instead of “(A OR B) AND C”.
Comment