Rilasci di Xceed DataGrid for WPF
Released: Mar 15, 2026
Aggiornamenti in 7.3 (Build: 7.3.26166.7869)
Correzioni
- Opening the print preview window when a printer is configured to use a different default page orientation will no longer trigger a NullReferenceException.
- A NullReferenceException no longer occurs in HeaderFooterItem.PrepareContainer when the grid loads.
Released: Sep 8, 2025
Aggiornamenti in 7.3 (Build: 7.3.25458.6630)
Correzioni
- The problems caused by an event handler not being unregistered properly in AutoFilterControl have been fixed.
- Fixed the problem causing an InvalidOperationException in UIAutomation.
- There is no longer a problem preventing more than 2 rows to be selected with the Shift key when DataGridControl.SynchronizeSelectionWithCurrent is set to true and DataGridControl.EditTriggers is set to either RowIsCurrent or CellIsCurrent.
- There is no longer an ArgumentNullException occuring when scrolling...
Released: Feb 3, 2025
Aggiornamenti in V7.3 (Build: 7.3.25103.5756)
Funzionalità
- Xceed’s DataGrid for WPF has a new WorkbooksExporter, which now makes it possible to export the grid in the Excel Workbook format (*.xlsx).
- Performance improvements have been made to the DataGridControl’s SelectedItems.
Correzioni
- The chance of triggering a deadlock in UI Automation are now reduced.
- Items are no longer skipped during the exporting process.
- Fixed a performance degradation caused by out of view StatCell being prepared.
- Fixed an event handler that was not properly...
Released: Mar 4, 2024
Aggiornamenti in V7.2 (Build: 7.2.24152.254)
Funzionalità
- The StatCell class now has a new property called
DefaultCulture to fallback on when formatting a statistical result.
Correzioni
- The .NET Core version of this component is no longer supported.
- ThemeWizard is no longer supported.
- DataGrid for WPF will now load the user settings properly when the project contains dynamically added elements.
- The MergedHeaders sample for VB.NET has been fixed so that the data contained in the Cells is now displayed correctly.
- The persist settings have...
Released: Oct 25, 2023
Aggiornamenti in V7.2 (Build: 7.2.23519.0)
Funzionalità
- The look of the scrollbars in the MaterialDesign theme has been improved.
Correzioni
- Fixed a performance degradation that was introduced by a fix made in version 7.1.
- Fixed a bug that prevented Cells that were targeting DataGridUnboundItemProperty to get refreshed when the RefreshUnboundItemProperties function was invoked.
- Setting SynchronizeSelectionWithCurrent will no longer set the wrong index for the selected item.
Released: Apr 3, 2023
Aggiornamenti in V7.2
Funzionalità
- Improved support for complex filtering patterns - You can now provide multiple distinct values, per data item property, and filter accordingly.
Correzioni
- In the MaterialDesign theme pack, the TreeGridflowView class no longer has a column alignment problem.
- An exception is no longer raised when loading the "persist" settings with a CollectionView other than the DataGridCollectionView.
Released: Oct 5, 2022
Aggiornamenti in V7.1
Funzionalità
- Added support for the Microsoft .NET 5 Framework.
- Added two new themes - Material Design and Fluent Design.
- The DataGridControl’s SelectedItems collection has been improved to offer better performance when verifying the presence of an item via the Contains method.
- DataGridControl:
- Added a new property, called AllowUIAutomation, which now allows you to enable or disable UI Automation support.
- ColumnFilterControl:
- The column filter popup can now be closed with the Esc key.
Correzioni...
Released: Jan 25, 2021
Aggiornamenti in V7.0 (Build: 7.0.20211.01251)
Funzionalità
- ResourceCenter:
- The links to the online documentation have been updated.
Correzioni
- Fixed an exception that occurred when using the SearchManager in a grid that contained Unbound Columns.
- Fixed an exception that occurred when trying to save or load the persist settings with a collection view other than a DataGridCollectionView.
- Fixed the error message for the obsolete event AddingNewDataItem.
- Fixed an issue that caused the SelectedItemsSource to sometimes no longer contain the...
Released: Jan 30, 2020
Aggiornamenti in V7.0
Funzionalità
- 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...
Released: Jan 30, 2019
Aggiornamenti in V6.7
Funzionalità
- New StatsEditorControl gives the user the ability to modify statistics displayed in StatRows.
Correzioni
- The NumericTextBox now correctly sets the value to match the text entered by the end user when using IME composition (for instance when typing in Chinese Simplified).
- Fixed how the MergedColumn.ChildColumnNames handles single and double quotes.
- Fixed a bug that prevented grouping for virtualized data sources where a group name was null.
- Fixed a bug that prevented values assigned...