Xceed WPF DataGrid 3.2 Released! Joy Joy of all Joys!
Xceed Datagrid 3.2 has been released, and the world will know true bliss… ok, my hearty words are lacking today, tired and not enough coffee as I was up waiting for this release.
Xceed DataGrid has been one of those products that not only “Just Works” but solidly provides a reliable, professional component that your application will a lot of times pivot on. I mean, what else would you display your data to users in? A listview? Come on, that’s so 1997.
I haven’t installed the update yet, but will shortly and post my drooling response. Below is a recap from their website as to the fixes and new features.
Head on over to their website and pick up yourself a tummy pleasing copy, standard and pro are both out now. www.xceed.com
Version 3.2 features improvements to the datagrid’s data virtualization capabilities (grouping, support for data sources implementing IQueryable (LINQ), support for inserting and deleting items with InsertionRow and DeleteCommand), support for Entity Framework data sources, the ability to customize the contents of the AutoFilterControl, auto-detection of ComboBox columns (enums, foreign keys), custom key-value mappings, support for unbound data fields, and direct support for unbound columns. Finally, SP1 of .NET Framework 3.5 is now targeted.
Sphere: Related Content
New version (3.2)
- Added new features.
- Added DataGridControl.SelectionChanged event. <—–HOLY CRAP YES!
- MaskedTextBox now works properly with IME input.
- An exception no longer occurs when a data item has more than one level of details.
- The AutoFilterControl now displays properly in high contrast.
- An exception no longer occurs when inserting new data via the InsertionRow when the data source is List or DataTable.
- HierarchicalGroupByControl.Background property now works in the Aero theme.
- A layout problem no longer occurs in the InsertionRow when changing the DataGrid’s theme while the InsertionRow is being edited.
- Focus events are now raised properly by the DataGridControl.
- Resource Center now properly detects the installed samples on 64-bit Windows.
- Added IsAlternatingRowStyleEnabled property to PrintView.
- An exception no longer occurs when changing the DataGrid’s theme while a detail row is being edited.
- Calling DataGridCollectionView.Refresh now properly refreshes the StatFunctions.
- An exception no longer occurs when removing a DataRow from an expanded group which is itself in a collapsed group.
- Setting e.Cancel to True in Cell.EditEnding event handler no longer allows an invalid value to be set to the cell.
- The AutoFilterControl no longer interprets underscore characters as Access Keys.
- Cells that are part of an invisible column are now recycled properly.
- Column auto-sizing now works properly when there is more than one detail grid per level.
- When the data source raises an item moved event, the DataGrid now refreshes properly.
- The CurrentItem no longer occasionally changes after the data source raises a Replace event.
- Fixed a cell layout problem that occurs when a cell being edited is scrolled out of view.
- Editing two DataGrids on two different threads no longer throws an exception.
- A binding error no longer occurs when collapsing a detail grid while it is not completely visible.
- The DataGrid now refreshes properly when Groups are added or removed from detail grids.
- When bound to a DataTable, the DataGrid now accesses the DataRowViews instead of their underlying DataRows.
- AutoCreateDetailDescriptions property has been moved from DataGridCollectionViewSource to DataGridCollectionViewSourceBase.
- NumericTextBox now correctly supports the Byte ValueDataType.

