Xceed DataGrid for WPF 7.3 (Build: 7.3.25458.6630)

Released: Sep 8, 2025

Updates in 7.3 (Build: 7.3.25458.6630)

Fixes

  • 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 vertically in TableflowView while using sticky headers & footers.
  • There is no longer an exception preventing queries to fetch data from a PostgreSQL database in the DataGridVirtualizingQueryableCollectionView.
  • Making a range selection from a fixed header or footer no longer throws an ArgumentException.