📄️ Creating your first DataGrid Project
The installer will copy all the necessary files into the product's installation folder (usually in [Installation Folder]\Xceed\Xceed DataGrid for WPF v[VERSION]) as well as place a copy of the Xceed DataGrid for WPF assemblies (Xceed.Wpf.DataGrid.dll and Xceed.Wpf.Controls.dll) in the global assembly cache.
📄️ Licensing
Licensing Scenarios
📄️ Design-time Support
Xceed DataGrid for WPF provides design-time support for Visual Studio 2008, 2010, 2012 and 2013 as well as Expression Blend. In Visual Studio, the DataGridControl control will appear in the toolbox under the Xceed tab and can be added to the design surface by double-clicking on the control or through drag and drop. Its properties can then be modified through the Visual Studio property grid or by using the Xceed DataGrid for WPF Configuration Window.
📄️ Expression Blend
In Expression Blend, once the references to the Xceed.Wpf.DataGrid and Xceed.Wpf.Controls assemblies have been added to the project, the DataGridControl control, along with all other stylable data-grid elements, will be found in the Asset Library under the Custom Controls tab and can be added by double-clicking on the control that will appear in the asset toolbox.
📄️ Deploying
When distributing an application that uses Xceed DataGrid for WPF, the Xceed.Wpf.DataGrid.dll, Xceed.Wpf.Controls.dll, and (optionally) Xceed.Wpf.DataGrid.ThemePack.[#].dll and Xceed.Wpf.DataGrid.Views3D.dll assemblies must be distributed along with your application and must either be installed into the global assembly cache or placed in the same directory as your executable.