GGC: Manual Update

Hi,

In order to improve the performance of my grid, I want to update the grid data with a timer so that the grid does not reflect the changes in the Datasource unless specified, which will cut down on the number of times it redraws.

How can I do this? Thanks!

1 Reply

GR Golda Rebecal Syncfusion Team October 31, 2007 12:04 PM UTC

Hi Patrick,

You can achieve your requirement by using the DelayUpdateBehavior of GridGroupingControl.

Here is the code snippet:

gridGroupingControl1.DelayUpdateBehavior = GridDelayUpdateBehavior.Timer;


Kindly let me know if this helps you.

We appreciate your interest in Syncfusion products.

Best regards,
Golda


Loader.
Up arrow icon