The project is a refactoring of "Advanced DataGridView with Excel-like auto filter" you can find here: https://adgv.codeplex.com.
The author, also post this as a patch in the project page.
This Enhanced DataGridView components features:
- Ascending or Descending Sort order for any column, by code or run-time
- Filter any column using a Custom Filter, or selecting values from using an Excel-like Filter List view, using also an advanced feature for DateTime types
- Saving and Restoring preset for Filter and Sort
- Enabling or Disabling Filter and/or Sort features for any column,by code or run-time
- Search ToolBar to find values in columns
It is written using Microsoft Visual Studio 2012, using the .NET 4.0 framework.
Copyright (c), 2014 Davide Gironi <davide.gironi@gmail.com>
Original work Copyright (c), 2013 Zuby <zuby@me.com>
This project is licensed under the Microsoft Public License (Ms-PL), see attached LICENSE file for further information.
ChangeLog
- 1.0.x.11: fixed DateTime filter problem
- 1.0.x.10: fixed AdvancedDataGridViewSearchToolBar problem with not Visible column search
- 1.0.x.9: first release
Code
- https://github.com/davidegironi/advanceddatagridview
Binary: AdvancedDataGridView-bin_1.0.19121.10.zipSource: AdvancedDataGridView-src_1.0.19121.10.zipBinary: AdvancedDataGridView-bin_1.0.17202.9.zipSource: AdvancedDataGridView-src_1.0.17202.9.zip
Notes
- read risk disclaimer
- excuse my bad english
