Breaking Changes in v2009 vol 1.6
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
eXpressApp Framework
The "All" item has been removed from the ASPxGridListEditor's page size chooser. Previously, when working with large number of objects via the ASPxGridListEditor, an OutOfMemoryException could occur if the "All" item was selected in the page size chooser. This happened when the ASPxGridListEditor tried to retrieve a large number of objects from the database. So, the "All" item has now been removed from the page size chooser. The '\App_Themes\XafDefault\GridView\styles.css' file should be updated. The following style has been changed:
[JScript]
td.dxic input { }
Instead of manually updating the 'styles.css' file, you can copy it from a newly created solution to your application's '\App_Themes\XafDefault\GridView\' folder.
XtraEditors Library
The XtraForm.Resize event is now raised when a form's skin is being changed during form loading. This breaking change has been caused by fixing the FixedDialog form border style with no title bar causes size issues problem, and is in effect only when the following conditions are met:
1. A form is created at Visual Studio design time without skins; and skins are applied on its loading with the EnableFormSkin property equal to True;
and
2. Current sizes of a form's caption and border are not equal to the sizes applied by a skin.
|