
Adds support for .NET Core 3.0 and above.
Features
- Now supports .NET Core 3 platform.
- A new HeadersFootersEditorControl is now available, which gives the user the ability to modify the headers and footers in the DataGrid.
- A new HeadersFooters flag is now available, which can be used to persist the modifications.
- In the StatsEditorControl, the new ItemContainerStyle property allows the user to customize the look of the items in the list.
- The StatsEditorControl can now be closed by pressing the Escape key.
- The StatsEditorControl can now detect auto-generated stat cells.
- When opening the StatsEditorControl, it will now display the statistics in the list according to the order of the visible columns.
Fixes
- Adding the SearchControl to the DataGrid while the focus is in a complex editor in the FilterRow no longer throwns a DataGridInternalException.
- Fixed the behavior of the AutoFilterControl when used with a DataGridVirtualizingQueryableCollectionView, it will once again ignore the DistinctValuesConstraint and instead list all possible values.
- In the NumericTextBox, displaying a float or double value with an exponent no longer causes an ArgumentException.
- In the StatsEditorControl, the label in the list will now update accordingly when the user changes the Display Column and Stat Function values in the settings section.
- In TreeGridflowView, fixed a bug that prevented columns from being exported.
- The advanced filter control now shows the appropriate operators when used on a Nullable type column.
- The controls in the StatsEditorControl will now correctly resize when the user resizes the window.
- The look of the StatsEditorControl was fixed the appear correctly in all the themes.
- The look of the StatsEditorControl’s open button glyph was fixed to no longer appear clipped in some themes.