Appearance.AlternateRecordFieldCell makes error

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 ?



2 Replies

KA Krzysztof Adamowicz March 4, 2018 10:03 PM UTC

I delete all Syncfusion packages and add it again.
Working.

EOT


SN Sindhu Nagarajan Syncfusion Team March 5, 2018 11:59 AM UTC

Hi Krzysztof, 
  
We are glad that the issue was resolved. 
  
Please let us know, if you have any other queries. 
  
Regards, 
Sindhu. 


Loader.
Up arrow icon