Preventing grid refreshing

Is there a way to prevent the grid from freshing itself while making a lot of modifications to it at one time?

4 Replies

AD Administrator Syncfusion Team February 25, 2003 06:07 PM UTC

Sandwich your updates between calls to GridControl.BeginUpdate and GridControl.EndUpdate. Or, GridDataBoundGrid.BeginUpdate and GridDataBoundGrid.EndUpdate.


AD Administrator Syncfusion Team February 25, 2003 06:08 PM UTC

Sandwich your updates between calls to GridControl.BeginUpdate and GridControl.EndUpdate. Or, GridDataBoundGrid.BeginUpdate and GridDataBoundGrid.EndUpdate.


TO Toyin February 26, 2003 04:03 AM UTC

Hi, Does this also work for automatic calculations of formulas? In addition, will there be a function/property in the next version where we can turn off automatic calculation? Best Regards, Toy.


AD Administrator Syncfusion Team February 26, 2003 07:11 AM UTC

No, BeginUpdate/EndUpdate is only for painting. The next release (couple of weeks) will have a property that will control this.

Loader.
Up arrow icon