Hi Mark,
Sorry for
the delay.
We would
like to suggest you few properties of GGC. These properties would improve the
performance.Kindly refer the below provided code snippet.
Code Snippet:
#region
this.gridGroupingControl1.AllowedOptimizations = Syncfusion.Grouping.EngineOptimizations.RecordsAsDisplayElements;
this.gridGroupingControl1.AllowSwapDataViewWithDataTableList = true;
this.gridGroupingControl1.UseOldListChangedHandler = true;
this.gridGroupingControl1.UseDefaultsForFasterDrawing = true;
this.gridGroupingControl1.UpdateDisplayFrequency = 100;
this.gridGroupingControl1.InvalidateAllWhenListChanged = true;
GridControlBase.UseOldHiddenScrollLogic = true;
#endregion
If still the issue is not resolved. Please provide us a sample
reproducing the issue. So, that it would be easy for us to provide a prompt
solution.
Please let us know if you
have any concerns.
Thanks & Regards,
AL.Solai.