Xceed DataGrid for WPF V6.1 released

Released: Nov 21, 2016

V6.1 中的更新

特性

  • Events are now fired to notify when a group or detail grid is expanded or collapsed. These events are available on DataGridControl, and they are: GroupCollapsing, GroupCollapsed, GroupExpanding, GroupExpanded, DetailsCollapsing, DetailsCollapsed, DetailsExpanding, and DetailsExpanded.
  • A column can now be set to be “undraggable” and locked into position as either the first or the last column.
  • DataGridItemProperties are now correctly prepared when aiming sub properties (e.g. Person.FirstName), their bindings are correctly notified of value changes.
  • Improved selection performance in live updating scenarios.
  • The FilterCell’s text is now visible when there is a validation error in Metro theme.
  • A negative value is no longer returned by the ColumnBase.GetFittedWidth() method for a column whose cells are visible in the DataGrid’s viewport.
  • AutoFilterValues are now correctly synchronized with the SelectedItems of the AutoFilterControl’s ListBox.
  • The mouse cursor is now correctly displayed when dragging a column over the GroupByControl with its ColumnBase.AllowGroup property set to false.
  • The ColumnChooserControl and the MergedColumnEditorControl no longer allow columns to be reordered when the corresponding ColumnManagerRow’s AllowColumnReorder property is set to “false”.
  • Xceed.Wpf.Controls.v6.1.XmlSerializers.dll and Xceed.Wpf.DataGrid.v6.1.XmlSerializers.dll are now provided with the DataGrid binaries at installation.

修补程序

  • A NullReferenceException is no longer thrown when calling MoveCurrentToPosition(index) on the DataGridVirtualizingCollectionView.
  • The IndexOf method of the CellCollection class is now supported and no longer throws a NotSupportedException.
  • A TargetException is no longer thrown when changing the visibility of a column while a new item is being inserted in a DataGridCollectionView.
  • Reordering columns through drag & drop now works correctly in CardView.
  • An InvalidOperationException is no longer thrown when editors using a common style are displayed in different grids created on different threads.
  • Links in local documentation now work properly.