SupportsFiltering

Hi,

If Autobinder bind your "dynamic class" to an BindingSource, this BindingSource.SupportsSorting is true, but SupportsFiltering is false. Why?

-christoph

[186 byte] By [ChrDressler] at [2008-2-15]
# 1

No technical reason.Supporting filtering through IBindingList was on the feature list, we just didn’t have time to get to it for the CTP of Project Jasper.

The work around is to apply the filter to the actual source query so it gets applied on the server.

Andrew Conrad

AndrewConrad-MSFT at 2007-10-3 > top of Msdn Tech,Incubation Technologies,Project Codename: Jasper...
# 2

Carl Perry pointed out to me that my last reply wasn't quite factually correct. Jasper currently doesn’t support the IBindingList.Find method and the IBindingListView interface.I believe the later will be required to support Filtering.

Andrew Conrad

AndrewConrad-MSFT at 2007-10-3 > top of Msdn Tech,Incubation Technologies,Project Codename: Jasper...