Something broke in my project.
I have form with GridGroupingControl when I try open it it makes error
In polish: Obiektu typu 'Syncfusion.Drawing.BrushInfo' nie można przekonwertować na typ 'Syncfusion.Drawing.BrushInfo'
Something like "impossible to convert 'Syncfusion.Drawing.BrushInfo' to 'Syncfusion.Drawing.BrushInfo'
It's on line
this.gridGroupingControl1.Appearance.AlternateRecordFieldCell.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Info);
When form is close i run project its compiled and run normally AlternateRecordFieldCell works.
Not working open form in design mode (Visual Studio 2017 Community).
Whem I remove this line manualy everythings is ok.
I can make this again in design mode, working.
When I close form and open it again ... the same error :-(((
I have another application with the same grid, everything is ok.
I'm looking for a difference and cannot find.
Any ideas ?