GridFilterBar, GridDataBoundGrid and Hierarchical Data

Hi We have a DataSet with some hierarchical data (e.g customers with their invoices). The data is shown correctly in the grid. Is it possible to add a GridFilterBar to the grid when using hierarchical data? Do we have to do something special? If we wire a grid to the GridFilterBar, no filter bar is displayed... Thanks a lot (again!) Jan

1 Reply

AD Administrator Syncfusion Team September 7, 2004 06:31 AM UTC

GridFilterBar only works with flat data. If you want to support filtering on hierarchical data, then you would have to use the GridGroupingControl, or implement your own filtering for hierarchical data in a GridDataBoundGrid.

Loader.
Up arrow icon