Add a FilterBar To a GridHierDataBoundGrid

Hi,
I would like to know if it is possible to add a filterbar to a gridhierdataboundgrid?


1 Reply

AD Administrator Syncfusion Team September 29, 2006 09:41 AM UTC

Hi Sami,

The Browser sample ( \Syncfusion\Essential Studio\4.3.0.25\windows\Grid.Windows\Samples\DataBound\FilterBarGrid\ ) shows you how to add a FilterBar to a simple GridDataBoundGrid. A FilterBar is a row of comboboxes that, are displayed at the top of your grid and which, allows you to filter the grid by selecting items from the comboboxes. The combobox entries are generated from the unique values that are in the column.

C:\Program Files\Syncfusion\Essential Studio\4.3.0.25\windows\Grid.Windows\Samples\DataBound\FilterBarGrid\cs

Currently, the GridFilterBar in a GridDataBoundGrid only works for flat single row per record data sources. You can use GridGroupingControl if you need the nested table filter support.

C:\Program Files\Syncfusion\Essential Studio\4.3.0.25\Windows\Grid.Windows\samples\Grouping\FilterBar

Thanks for choosing Syncfusion Products.

Regards,
Haneef

Loader.
Up arrow icon