SupportsFiltering
Hi,
If Autobinder bind your "dynamic class" to an BindingSource, this BindingSource.SupportsSorting is true, but SupportsFiltering is false. Why?
-christoph
Hi,
If Autobinder bind your "dynamic class" to an BindingSource, this BindingSource.SupportsSorting is true, but SupportsFiltering is false. Why?
-christoph
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
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