This sample demonstrates the adoption of a filter bar in the column header, similar to MS Excel 2007, with the class GridOffice2007Filter, to enable Excel like filter behavior.
Features:
Multiple values can be filtered from the value tree
Dynamic filter can be achived from this filter
Sorting of the column can be specified in the filter
New API named EnableFilteredColumnIcon added to show filtered column after filtering
GridOffice2007Filter filter = new GridOffice2007Filter();
//To wire grid with filter
filter.WireGrid(this.gridGroupingControl1);
//To unwire grid
filter.UnWireGrid(this.gridGroupingControl1);