AD
Administrator
Syncfusion Team
September 7, 2004 05:49 AM UTC
The GridFilterBar class only works with DataTables as it uses the DataView.Filter property to do its filtering. If you want to filter a custom collection, you would have to write your own code to do this.
You may want to use a GridGroupingControl as this control can filter arbitrary collections now. The next release will also have a filterbar UI implemented as well that is currently missing from the control.