Breaking Changes in v2011 vol 1.10
This page lists important behavior and API changes, which were introduced in this version. If you already have projects using DXperience, you will need to peruse this list in order to understand the changes you might need to make to your source code to support this new release. Note that we only publish the changes to the public interface of our controls. We reserve the right to change the protected, internal, or private interfaces when needed.
Table of Contents
DXDocking for WPF
BC1441: A floating Tabbed Group docked to the window is no longer ungrouped. When a floating Tabbed Group is docked to the window, it is no longer ungrouped. BC1447: The Alt+F4 key combination now closes the main window instead of the active floating panel.
PivotGrid Core
BC1455: The PivotGridControl.CustomCellValue event handler affects the cell data that the grid provides to a chart bound to the grid. Previously, when the Chart control was bound to the Pivot Grid control, the CustomCellValue event handler did not affect the data that the chart showed. The CustomCellValue event handler was ignored when the Pivot Grid provided cell data to the chart. Currently, the cell data the Pivot Grid provides to the Chart is generated using the CustomCellValue event handler like Pivot Grid cells do.
|