New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.Hi Jeremy,
Thank you for contacting Syncfusion support.
We have analyzed your query. We are able to use GridDataControl and SfDataGrid in same application. We are having GridGroupColumn in Syncfusion.UI.Xaml.Grid (present in Syncfusion.SfGrid.Wpf.dll) and also Syncfusion.Windows.Control.Grid (Present in Syncfusion.Grid.Wpf.dll) namespaces. And both namespaces are added to the below schema “http://schemas.syncfusion.com/wpf”. The provided application refer to both Syncfusion.Grid.Wpf.dll and also Syncfusion.SfGrid.Wpf.dll. So that only its shows errors ” {"Cannot add instance of type 'GridDataGroupColumn' to a collection of type 'FreezableCollection`1'. Only items of type 'T' are allowed."}”. So, you can define schema like in the below code instead of using default schema definition of syncfusion to overcome this problem,
Please refer the below code snippet and sample in the following location:
Code Snippet:
xmlns:sync="clr-namespace:Syncfusion.UI.Xaml.Grid;assembly=Syncfusion.SfGrid.WPF" xmlns:sncg="clr-namespace:Syncfusion.Windows.Controls.Grid;assembly=Syncfusion.Grid.WPF" |
Regards,
Farjana Parveen A