GGC: Suspend refresh?

Hi,

Does anyone know of a way to temporarily stop a GridGroupControl from refreshing when the underlying datasource changes?

I don't want to suppress change notification events in the datasource itself to achieve this.

Many thanks.


1 Reply

HA haneefm Syncfusion Team April 24, 2008 05:10 PM UTC

Hi Lee,

Please try these settings

this.gridGroupingControl1.Engine.InvalidateAllWhenListChanged = false;
this.gridGroupingControl1.Engine.UpdateDisplayFrequency = 0;// only manual updates (when you call grid.Update)

and let me know if this helps.

Best regards,
Haneef


Loader.
Up arrow icon