MS Excel-Style Filter Demo

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:

	GridOffice2007Filter filter = new GridOffice2007Filter();
	//To wire grid with filter
	filter.WireGrid(this.gridGroupingControl1);

	//To unwire grid
	filter.UnWireGrid(this.gridGroupingControl1);

ExcelLikeFilters screenshot