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.
Features:
Improved performance to load and filter larger data
Multiple values can be filtered from the value tree
Dynamic filter can be achieved from this filter
Sorting of the column can be specified in the filter
Filters can be cleared from a column without unwiring the grid
GridExcelFilter filter = new GridExcelFilter(); //To wire grid with filter filter.WireGrid(this.gridGroupingControl1); //To unwire grid filter.UnWireGrid(this.gridGroupingControl1);