Skip to main content

Migrating from Prev versions

In this section you will find information on how to migrate from previous versions of Xceed DataGrid for WPF as well as information on how to migrate to Xceed DataGrid for WPF from Xceed Grid for .NET.

📄️ 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).