DataGridView BindingSource Filtering

0
0

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

  • You must to post comments
0
0

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.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.