
Adds new advanced filtering functionality.
Features
- Adds new advanced filtering functionality. Auto filtering now allows end-users to set complex filters instead of only selecting distinct filter values, just like Excel.
- Improved MVVM support for the following classes: Column, UnboundColumn, MergedColumn, MergedHeader and DetailConfiguration.
Fixes
- An InvalidOperationException originating from System.Windows.Automation.Peers.AutomationPeer.GetChildren() is no longer thrown when UIAutomation is activated (for example, via a touch device or when using an automation tool).
- Fixed a memory leak that was caused by a DispatcherTimer.
- Fixed a NullReferenceException that was thrown when closing the print preview window.
- Fixed an exception raised by the DataGridCollectionView when a DataTable contained a DataColumn with a “.” in its name.
- Printing with column stretching now correctly prints columns on the expected page.
- Fixed exceptions that were thrown when the DataGrid was created in code-behind without a view.
- The Find Next and Find Previous features of the search capability now work correctly when the TableView.ColumnVirtualizationMode property is set to Virtualizing.
- The OnApplyTemplate method on DataGridControl is now more robust against NullReferenceException.
- When layout rounding is enabled, the TextBlockLite will now correctly display the text without undesired ellipsis.
- When the DataGridControl.SelectionUnit property is set to Cell, the selection state of cells will now be correctly updated when scrolling vertically.