O
OC
I have a datatable for which I have bound a DataView. I have three rows in
the table, with rowid = '12310104', '12314402', and '12315208'.
When I do a dvHdr.RowFilter = '12314402', it returns a count of 1 set to
'12310104' rather than what I am looking for.
However, if I do, say, dvHdr.RowFilter = '12314403' (non-existent), it
results in a count of 0, which is expected.
Why can't I filter on what I am expecting?
the table, with rowid = '12310104', '12314402', and '12315208'.
When I do a dvHdr.RowFilter = '12314402', it returns a count of 1 set to
'12310104' rather than what I am looking for.
However, if I do, say, dvHdr.RowFilter = '12314403' (non-existent), it
results in a count of 0, which is expected.
Why can't I filter on what I am expecting?