DataGridExtensions 1.0.14
See the version list below for details.
dotnet add package DataGridExtensions --version 1.0.14
NuGet\Install-Package DataGridExtensions -Version 1.0.14
<PackageReference Include="DataGridExtensions" Version="1.0.14" />
<PackageVersion Include="DataGridExtensions" Version="1.0.14" />
<PackageReference Include="DataGridExtensions" />
paket add DataGridExtensions --version 1.0.14
#r "nuget: DataGridExtensions, 1.0.14"
#:package DataGridExtensions@1.0.14
#addin nuget:?package=DataGridExtensions&version=1.0.14
#tool nuget:?package=DataGridExtensions&version=1.0.14
This package contains useful extensions for the MS DataGrid (System.Windows.Controls.DataGrid).
The current version supports the following features:
Add filtering capabilities to the DataGrid.
Correctly apply initial sorting criteria.
 - Easy to use
 - Easy to customize
 - Attaches to the existing DataGrid
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net40-client is compatible. | 
This package has no dependencies.
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on DataGridExtensions:
| Repository | Stars | 
|---|---|
| 
                                                        
                                                            icsharpcode/ILSpy
                                                        
                                                         
                                                            .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            dotnet/ResXResourceManager
                                                        
                                                         
                                                            Manage localization of all ResX-Based resources in one central place.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            tom-englert/Wax
                                                        
                                                         
                                                            An interactive editor for WiX setup projects.
                                                         
                                                     | 
                                                    
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.0.24 | 180 | 5/2/2015 | 
| 1.0.23 | 45 | 5/1/2015 | 
| 1.0.22 | 53 | 4/26/2015 | 
| 1.0.21 | 96 | 3/22/2015 | 
| 1.0.20 | 98 | 2/14/2015 | 
| 1.0.19 | 186 | 11/22/2014 | 
| 1.0.18 | 161 | 11/19/2014 | 
| 1.0.17 | 260 | 11/8/2014 | 
| 1.0.16 | 585 | 11/6/2014 | 
| 1.0.15 | 236 | 8/30/2014 | 
| 1.0.14 | 142 | 5/19/2014 | 
| 1.0.13 | 74 | 5/9/2014 | 
| 1.0.12 | 60 | 4/9/2014 | 
| 1.0.11 | 90 | 9/7/2013 | 
| 1.0.10 | 62 | 8/6/2013 | 
| 1.0.9 | 55 | 7/14/2013 | 
| 1.0.8 | 56 | 6/27/2013 | 
| 1.0.7 | 52 | 5/13/2013 | 
| 1.0.6 | 54 | 5/9/2013 | 
| 1.0.5 | 55 | 5/4/2013 | 
| 1.0.4 | 57 | 4/28/2013 | 
| 1.0.3 | 70 | 3/23/2013 | 
| 1.0.2 | 54 | 3/21/2013 | 
| 1.0.1 | 61 | 3/6/2012 | 
1.0.14.0
* Add the GroupStyleBinding helper class.
1.0.13.0
* Simplify access to filter by code.
1.0.12.0
* Fix WI1245: Loss of filter text when loading data.
1.0.11.0
* Fix WI1109: InvalidOperation Exception: "'Filter' is not allowed during an AddNew or EditItem transaction.".
1.0.10.0
* Make the filter symbol more flexible and extend the samples.
1.0.9.0
* WI1051: Make the filter evaluation throttle delay configurable.
1.0.8.0
* WI1039: Custom default column header style is ignored.
1.0.7.0
* New feature: Apply initial sorting.
1.0.6.0
* WI989: Filtering is broken after unload/load of the data grid.
1.0.5.0
* WI978: It should be possible to enable and disable filters at run time.
1.0.4.0
* Fix WI964: Possible null reference exception in DataGridFilterColumnControl.
1.0.3.0
* Fix: binaries were built from outdated source.
1.0.2.0
* Fix WI896: IContentFilter.IsMatch should be called even if cell content is null.
* Add some plublic accessors so it's possible to manipulate filters by code.