# DataGridExtensions
**Repository Path**: utemfjtn/DataGridExtensions
## Basic Information
- **Project Name**: DataGridExtensions
- **Description**: Modular extensions for the WPF DataGrid control
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2020-08-24
- **Last Updated**: 2024-04-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### Data Grid Extensions [](https://ci.appveyor.com/project/tom-englert/datagridextensions) [](https://www.nuget.org/packages/DataGridExtensions/)

Modular extensions for the WPF DataGrid control.
The binaries are available as [NuGet](http://nuget.org/packages/DataGridExtensions) packages.
This package contains useful extensions for the WPF DataGrid (`System.Windows.Controls.DataGrid`).
The current version supports the following features and behaviors:
* Add filtering capabilities to the DataGrid
* Apply the initial sorting
* Disable another control while in editing mode
* Provide additional column events
* Start editing a cell with Ctrl+Enter
* Provide an extended star-size column behavior
Every feature is individually configurable.
This extension is
* Easy to use
* Easy to customize
* Attaches to the existing DataGrid
Unlike many other free extensions this package does not introduce a new derived DataGrid class, limiting you a fixed set of features
that you have to live with, but transparently attaches to the existing DataGrid, giving you the freedom to use exactly the feature you need,
customizing them as you like, and combining them with other useful extensions.
Filtering is enabled by simply adding one attached property to your DataGrid:
`