BeginUpdate;
The BeginUpdate method prohibits the DataGrid component redrawing. The method is used to avoid a component flickering when component properties are being modified. This method is used together with the EndUpdate method.
See also:
IDataGrid