Xceed DataGrid for WPF Releases
Released: Mar 15, 2026
Atualizações na 7.3 (Build: 7.3.26166.7869)
Correções
- 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
Atualizações na 7.3 (Build: 7.3.25458.6630)
Correções
- 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
Atualizações na V7.3 (Build: 7.3.25103.5756)
Recursos
- 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.
Correções
- 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
Atualizações na V7.2 (Build: 7.2.24152.254)
Recursos
- The StatCell class now has a new property called
DefaultCulture to fallback on when formatting a statistical result.
Correções
- 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 been...
Released: Oct 25, 2023
Atualizações na V7.2 (Build: 7.2.23519.0)
Recursos
- The look of the scrollbars in the MaterialDesign theme has been improved.
Correções
- 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
Atualizações na V7.2
Recursos
- Improved support for complex filtering patterns - You can now provide multiple distinct values, per data item property, and filter accordingly.
Correções
- 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
Atualizações na V7.1
Recursos
- 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.
Correções
Released: Jan 25, 2021
Atualizações na V7.0 (Build: 7.0.20211.01251)
Recursos
- ResourceCenter:
- The links to the online documentation have been updated.
Correções
- 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 selected...
Released: Jan 30, 2020
Atualizações na V7.0
Recursos
- 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...
Released: Jan 30, 2019
Atualizações na V6.7
Recursos
- New StatsEditorControl gives the user the ability to modify statistics displayed in StatRows.
Correções
- 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 to...