Is there a way to filter a BindingSource that has a DataSource set by a LINQ statement?
I have tried filtering on it, but I am not getting any results…
Do you have to set it using bindingsource.tables or a tableadapter?
Thanks
Levie
Hi Levie,
As far as I know, this is a BindingSource issue not a Wisej issue. I mean LINQ and BindingSource don’t work together.
Have a look at MSDN – Filter and sort data in a Windows Forms application page to see how to filter a BindingSource.
Please login first to submit.