Hello,
I am using a DataGridView databound to a BindingSource to bind to a List Collection. The binding works and I can update my List.
Now, I'm trying to get it to filter the List when I load in to the datagridview. The BindingSource has a filter property, but from what I read I think that only works out of the box with a DataSet/Table not a List collection.
How can I (or can I) use the BindingSource to filter the data coming from my List without breaking the binding?
Thanks,
Bill
I am using a DataGridView databound to a BindingSource to bind to a List Collection. The binding works and I can update my List.
Now, I'm trying to get it to filter the List when I load in to the datagridview. The BindingSource has a filter property, but from what I read I think that only works out of the box with a DataSet/Table not a List collection.
How can I (or can I) use the BindingSource to filter the data coming from my List without breaking the binding?
Thanks,
Bill