tags:

views:

115

answers:

0

I have some data bound controls which are bound to a bindingSource which is bound to a entity model. The problem I've run into is I need to be able to allow the user to filter to a specific record to update information and when a bindingSource is tied to an entity model filtering is disabled. What would be the best way around this? Should I use Linq to fill my bindingSource?

Thanks.