📄️ Migrating from Version 6.1
Although every attempt was made to prevent breaking interface changes between versions 6.1 and 6.2, some were inevitable. This topic describes the most notable behavior changes and obsolete members.
📄️ Migrating from Version 3.5
Although every attempt was made to prevent breaking interface changes between versions 3.5 and 3.6, some were inevitable. This topic describes the most notable breaking changes, as well as behavior changes and obsolete members.
📄️ Migrating from Version 3.1
Although every attempt was made to prevent breaking interface changes between versions 3.1 and 3.2, some were inevitable. This topic describes the most notable breaking changes.
📄️ Migrating from Version 3.0
Support for data virtualization required the creation of a new collection view. Since this new virtualizing collection view (DataGridVirtualizingCollectionView) shares members with the non-virtualizing collection view (DataGridCollectionView), a new base class was created (DataGridCollectionViewBase) to expose the shared members (see Table 1). The same structure was required for the XAML representations of the collection views, resulting in the creation of the DataGridCollectionViewSourceBase class, which is the base class for the DataGridCollectionViewSource and DataGridVirtualizingCollectionViewSource classes (see Table 2).
📄️ Migrating from Version 2.x
Although every attempt was made to prevent breaking interface changes between versions 2.x and 3.0, some were inevitable. This topic lists the most notable changes as well as provides a list of the members that were rendered obsolete.
📄️ Migrating from Version 1.x
Although every attempt was made to prevent breaking interface changes between versions 1.x and 2.0, some were inevitable. This topic describes the most notable changes, how to migrate existing code, as well as provides a list of the members that were rendered obsolete.
📄️ Migrating from Version 1.x
Unfortunately, there is no direct way to migrate a WinForms application to Windows Presentation Foundation (WPF). This section of the documentation attempts to provide a one-to-one list of the properties, methods, and events for the GridControl class of Xceed Grid for .NET and its DataGridControl class counterpart in Xceed DataGrid for WPF.