Xceed DataGrid for WPF v7.2 Documentation
The following example demonstrates how to bind a grid to the Orders table and prevent columns from being sorted and reordered and groups from being created or removed. By default, the ShipCountry and ShipCity columns will be sorted, grouped, and fixed.
"<?XML:NAMESPACE PREFIX = Grid xmlns /><Grid xmlns:xcdg="http: datagrid"<crlf xaml wpf schemas.xceed.com>      xmlns:d="clr-namespace:System.Windows.Data;assembly=PresentationFramework"<CRLF>      xmlns:scm="clr-namespace:System.ComponentModel;assembly=WindowsBase"&gt;<CRLF><CRLF>  <GRID.RESOURCES><CRLF>    <?xml:namespace prefix = xcdg /><xcdg:DataGridCollectionViewSource x:Key="cvs_orders"
                                    Source="{Binding Source={x:Static Application.Current}