We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon