Xceed DataGrid for WPF V7.3 (Build: 7.3.25103.5756)

Released: Feb 3, 2025

V7.3 (Build: 7.3.25103.5756) での更新項目

機能

  • 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.

不具合の修正

  • 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 unregistered in DataGridCollectionViewBase.
  • Fixed a NullReferenceException that may occur when selecting a Cell not bound to a Column in CardflowView3D.
  • Fixed an issue occurring when removing the currently edited item from the source collection.
  • The DataCell’s background color is now set properly when it is selected in the TreeGridflowView while the SelectionUnit is set to Cell.
  • In TreeGridflowView, the DataCells are now properly selected when SelectionUnit is set to Cell.
  • The UI Automation’s Row count is now properly updated once a data source is assigned to the DataGrid.
  • A DataGridInternalException is no longer thrown when an item is moved within a Group.
  • Removing the current item when the grid’s SynchronizeSelectionWithCurrent property is set to true no longer throws an InvalidOperationException.
  • Copying from the DataGridControl using the Ctrl-C shortcut no longer throws a COMException.
  • In Cell, the ParentCell attached property no longer triggers an exception in the XAML Editor.