Skip to content

Commit bbf6670

Browse files
committed
V 1.0.39
1 parent d66cb04 commit bbf6670

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

DataGridExtensions/DataGridFilterHost.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
using System.Diagnostics;
2-
3-
namespace DataGridExtensions
1+
namespace DataGridExtensions
42
{
53
using System;
64
using System.Collections.Generic;
75
using System.Collections.ObjectModel;
86
using System.Collections.Specialized;
7+
using System.Diagnostics;
98
using System.Diagnostics.CodeAnalysis;
109
using System.Diagnostics.Contracts;
1110
using System.Linq;

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<Company>tom-englert.de</Company>
66
<Copyright>© 2012-2018 tom-englert.de</Copyright>
77
<Product>Tom's Toolbox</Product>
8-
<Version>1.0.38</Version>
8+
<Version>1.0.39</Version>
99
</PropertyGroup>
1010
</Project>

ReleaseNotes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1.0.38.0
1+
1.0.39.0
2+
- "SelectAll" button clears all filters if the data grid does not display any rows, because column headers can't be scrolled horizontally in this case. Now also works if column header style of dg was set already explicit
3+
4+
1.0.38.0
25
- "SelectAll" button clears all filters if the data grid does not display any rows, because column headers can't be scrolled horizontally in this case.
36
- Provide an explicit .net45 version to fix issues with referenced packages (System.Windows.Interactivity).
47

0 commit comments

Comments
 (0)