There are multiple columns in the grid, two are checkbox columns.
I have one checkbox set to:
CurrentFilterFunction="EqualTo" CurrentFilterValue="True"
and the other:
CurrentFilterFunction="EqualTo" CurrentFilterValue="False"
EnableLinqExpressions is false.
The second filter is not applying: CurrentFilterValue="False". I tried removing the first one, but the second one still did not apply.
Am I missing some syntax here?
I have one checkbox set to:
CurrentFilterFunction="EqualTo" CurrentFilterValue="True"
and the other:
CurrentFilterFunction="EqualTo" CurrentFilterValue="False"
EnableLinqExpressions is false.
The second filter is not applying: CurrentFilterValue="False". I tried removing the first one, but the second one still did not apply.
Am I missing some syntax here?