Oh, in the line
Code:
DataGridView1.DataSource = DsFilteredValues1
I think you meant
Code:
DataGridView1.DataSource = DsFilteredValues1.DataTable1