Suspend/ResumeBinding in GGC

Hi,

Does anyone know how to suspend and resume binding in a GridGroupingControl?

Many thanks.


1 Reply

SR Sri Rajan Syncfusion Team April 19, 2008 02:08 AM UTC

Hi Lee,

Thank you for your patience.

Here is code to suspend and resume binding in GridGroupingControl.


this.gridGroupingControl1.CurrencyManager.SuspendBinding();
this.gridGroupingControl1.CurrencyManager.ResumeBinding();


Please let me know if this helps.

Best Regards,
Srirajan



Loader.
Up arrow icon