Question winforms -- filter on detail view?

wcswanson

New member
Joined
Feb 14, 2013
Messages
4
Programming Experience
10+
I have been able to get filters working with datagridviews, comboboxes, and combobox filtered on the selection of a previous combobox selection. Now I have a winform detail view that I am trying to filter. The dataset.table.Defaultview.RowFilter = filterString works. the count on the dataset shows that the dataset has been filtered. The problem is that the form still shows the unfiltered dataset.

How do I get the detail view form to show the filtered dataset? The form was created by the drag and drip method (dragging the detail view from the DataSource onto the form).
 
Back
Top