DataGridExtensions icon indicating copy to clipboard operation
DataGridExtensions copied to clipboard

Modular extensions for the WPF DataGrid control

Results 8 DataGridExtensions issues
Sort by recently updated
recently updated
newest added

I needed to be notified when a filtering on DataGrid was completed. More specifically, I needed to know how many items were found with applied filter. So, this PR adds...

Can you add functionality where user drag cell , it will copy the cell value to dragged cells ?

enhancement
Up for grabs

Would it be relevant to include a fill series (a.k.a. fill range, drag fill, fill handle) feature to this project? Much like in Excel it would be great to be...

Up for grabs

Hi, i am getting a warning on every line in XAML Code with DataGrid Extension. ![image](https://user-images.githubusercontent.com/38555354/116371982-4673cc00-a80c-11eb-8d03-941d5431eda4.png) This screenshot is from your SampleProject. The Extension works with no problems, but with...

duplicate

Is there an out-of-the-box way to perform mapping of `DataGrid` values to filter values? I have a year column which I'm wishing to aggregate in the associated multi-choice filter as...

Would you please add an example of how to combine filtering and paging?

Would be good to be able to group by a column.

I have a simple window with a DataGrid inside. The project is targeting .NET 9 and Win 11 theming is enabled by adding the resources in `App.xaml` file: ``` ```...