Optimized Excel Filter Demo

This sample demonstrates the enhanced MS Excel-Style Filter, with the class GridExcelFilter, to support for filtering very large data

Given below is an image of the sample.

ExcelLikeFilters screenshot

Features:

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

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