S
Scott Carter
I have a DataTable that I'm applying a filter to using
DataTable.DefaultView.RowFilter. After this when I look at
DataTable.DefaultView.Count, I get the correct count for the filtered
records. The problem is when I start iterating through
DataTable.DefaultView.DataViewManager.DataSet.Tables[0], I get records that
should be filtered out.
I'm using this same process on 2 different tables. It all works correctly on
1 of them, but not the other and I haven't been able to figure out what the
difference is. Any ideas are much appreciated!
Scott
DataTable.DefaultView.RowFilter. After this when I look at
DataTable.DefaultView.Count, I get the correct count for the filtered
records. The problem is when I start iterating through
DataTable.DefaultView.DataViewManager.DataSet.Tables[0], I get records that
should be filtered out.
I'm using this same process on 2 different tables. It all works correctly on
1 of them, but not the other and I haven't been able to figure out what the
difference is. Any ideas are much appreciated!
Scott