Xceed DataGrid for WPF V6.4

Released: Sep 12, 2017

Actualizaciones en V6.4

Características

  • New search capability provides end-users with an easy to use UI for finding items in a datagrid’s cells. Users can search forwards or backwards and use keyboard shortcuts. Works with Master/Detail views, collapsed groups, and also with data virtualization enabled.
  • Added cell merging/spanning. Any number of adjacent cells with identical text can automatically be displayed as one larger horizontal and/or vertical cell. It allows users to more easily spot similar information. Adjacent cells from different rows or columns can also be programmatically merged to display their content in a combined way.
  • Scrolling performance has been improved thanks to the use of a new TextBlockLite viewer.
  • Improved rendering performance with left-to-right text, which results in a better scrolling experience.
  • An InvalidCastException is no longer thrown when printing a DataGrid containing a StatGroupHeaderControl.
  • Cells whose ParentColumn’s FieldName is “.” can now correctly bind to the corresponding data item.
  • DataGridItemProperty.Title can now be set to an empty string without it being set to the value of DataGridItemProperty.Name.
  • Navigating with the keyboard in multi-level detail grids now correctly brings the required cells in view.
  • Properties are now correctly auto-detected when using a virtualizing CollectionView.
  • Scrolling vertically while null values are present in the DataGrid no longer triggers an Arrange pass that cascades up to the parent control.
  • Searching columns that represent sub-properties is now supported by the SearchControl.
  • The ColumnHeaderItems property on CellAutomatinPeer, associated to the UI Automation table pattern, now contains the corresponding ColumnManagerCell.
  • The CurrentContext property on DataGridControl is now properly reset when collapsing a detail grid whose DataGridContext is the CurrentContext.
  • The Find next or previous value feature of the SearchControl is now supported in Master/Detail scenarios, and when using a virtualizing CollectionView.
  • The Find next or previous value feature can now be used even when the SearchControl is closed, via F3 and Shift-F3 keys.
  • The SearchControl is now included in the ThemeWizard’s templates.
  • The UI Automation peer for ColumnManagerCell now implements the toggle pattern.
  • Using the “Find next” or “Find previous” feature of the searching capability of the DataGrid now correctly finds an item within a collapsed group, and expands the group.
  • Using the Next/Previous feature of the SearchControl now correctly works when there are hidden columns in the DataGrid.
  • When searching values with the SearchControl, highlighted cells are now correctly updated when expanding or collapsing groups or detail grids.