When I add a reference to Syncfusion.SFGrid.WPF.dll in an existing project that has a GridDataControl, I get this error -
{"Cannot add instance of type 'GridDataGroupColumn' to a collection of type 'FreezableCollection`1'. Only items of type 'T' are allowed."}
If I remove the grouped columns, it will run but my SFDataGrid does not render.
I have to remove the reference to the Syncfusion.SFGrid.WPF assembly for the GridDataControl to work correctly.
Can these controls be used in the same project?
Thanks!